projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
419be3d
)
Use flake8 as linter by default
author
Sergey Matveev <stargrave@stargrave.org>
Wed, 17 Nov 2021 18:28:11 +0000 (21:28 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:13 +0000 (14:35 +0300)
vim/.vim/autoload/python/lint.vim
patch
|
blob
|
history
diff --git
a/vim/.vim/autoload/python/lint.vim
b/vim/.vim/autoload/python/lint.vim
index dade81ef5cf92a8ff58d202eae6d848543867e73..ecd8a32fc6ac0019e57f7b86e0d0411ec55e27df 100644
(file)
--- a/
vim/.vim/autoload/python/lint.vim
+++ b/
vim/.vim/autoload/python/lint.vim
@@
-65,7
+65,7
@@
function! python#lint#start() abort
\"too-many-public-methods",
\"no-value-for-parameter",
\]
- let linter = get(g:, "pylint_linter", "
pylint
")
+ let linter = get(g:, "pylint_linter", "
flake8
")
if linter == "flake8"
let cmdline = [
\"flake8",