Skip to content

Commit

Permalink
Updating python and javascript linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Culver committed Jul 29, 2014
1 parent cc4efed commit 75c11bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _vimrc
Expand Up @@ -327,7 +327,8 @@ Bundle "Syntastic"
let g:syntastic_enable_signs=1
let g:syntastic_auto_loc_list=1
let g:syntastic_less_options=""
let g:syntastic_python_checkers=['pyflakes']
let g:syntastic_python_checkers=['flake8']
let g:syntastic_javascript_checkers=['jshint', 'jscs']

Bundle "Markdown"
Bundle "Sass"
Expand Down

0 comments on commit 75c11bd

Please sign in to comment.