]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/pylint.vim
Explicitly tell pylint not to show the scoring
[dotfiles.git] / vim / .vim / ftplugin / python / pylint.vim
index c67570e88f0f43a070e3a2fe12f991ee89c9a62b..c9f605ca1fcdce4e01a0bc334b745f05454a95a5 100644 (file)
@@ -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