add pylint to linters
This commit is contained in:
parent
cb103f2cf9
commit
2e70866358
@ -64,7 +64,7 @@ let g:netrw_nogx = 1
|
||||
|
||||
"ale
|
||||
let g:ale_linters = {
|
||||
\ 'python': ['flake8'],
|
||||
\ 'python': ['flake8', 'pylint'],
|
||||
\ 'javascript': ['eslint'],
|
||||
\ 'markdown': ['mdl', 'write-good']
|
||||
\}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user