Skip to content

Commit

Permalink
Add bandit to python linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Schneider committed Jan 29, 2019
1 parent b61c106 commit eac0dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ call plug#end()

let g:ale_linters_explicit = 1
"let g:ale_linters = { 'yaml': ['yamllint']}
let g:ale_linters = { 'python': ['flake8']}
let g:ale_linters = { 'python': ['flake8', 'bandit']}
let b:ale_fixers = {'python': ['autopep8']}
let g:syntastic_python_flake8_args='--max-line-length=120'
"let g:syntastic_python_flake8_args='--max-line-length=120 --ignore=E402,E731,E711,E501'
Expand Down

0 comments on commit eac0dce

Please sign in to comment.