]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Explicitly tell pylint not to show the scoring
authorSergey Matveev <stargrave@stargrave.org>
Sat, 14 Dec 2019 11:36:45 +0000 (14:36 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 14 Dec 2019 11:36:45 +0000 (14:36 +0300)
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