dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-10 13:50:55 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-10 13:50:55 +0000 +0000
Commit: 013a0e666c6f44d87d60f364ac8922b3109a6c84
Parent: b008fe0cc15f175b1cc06938dde1f2e9cb61c746


Vim: Enable syntastic python complexity
diff --git a/.vimrc b/.vimrc
index ba2eb55dfbe69e8a5ed3b8301eb8d4d59f48f93e..ed340cd0d07e0411d27cdd0d92dbd202efd26a3e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -88,3 +88,7 @@ " Gist
 let g:gist_clip_command = 'pbcopy'
 let g:gist_post_private = 1
 
+" Syntastic
+
+let g:syntastic_python_flake8_args="--max-complexity 10"
+