From 8f7778ce8f9db1f8e3455b12a301ebc59ed40e36 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 14 Dec 2019 14:36:45 +0300 Subject: [PATCH] Explicitly tell pylint not to show the scoring --- vim/.vim/ftplugin/python/pylint.vim | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0