From: Sergey Matveev Date: Sat, 14 Dec 2019 11:36:45 +0000 (+0300) Subject: Explicitly tell pylint not to show the scoring X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=8f7778ce8f9db1f8e3455b12a301ebc59ed40e36 Explicitly tell pylint not to show the scoring --- diff --git a/vim/.vim/ftplugin/python/pylint.vim b/vim/.vim/ftplugin/python/pylint.vim index c67570e..c9f605c 100644 --- a/vim/.vim/ftplugin/python/pylint.vim +++ b/vim/.vim/ftplugin/python/pylint.vim @@ -84,6 +84,7 @@ function! PylintStart() \"--msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}", \"--disable=" . join(ignores, ","), \"--persistent=n", + \"--score=no", \expand("%p") \] else