aboutsummaryrefslogtreecommitdiff
path: root/clint.py
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-06-25 23:51:23 -0400
committerMichael Reed <m.reed@mykolab.com>2015-06-27 15:21:09 -0400
commit3c2fa1767b452a3445068a2806886c90bacbf543 (patch)
tree8cf862f57f648921d2ce453129d16bdf14485008 /clint.py
parented6611a588e2f21be60db11dc75f69e40500ea1f (diff)
downloadrneovim-3c2fa1767b452a3445068a2806886c90bacbf543.tar.gz
rneovim-3c2fa1767b452a3445068a2806886c90bacbf543.tar.bz2
rneovim-3c2fa1767b452a3445068a2806886c90bacbf543.zip
cmake: Make `make lint` less verbose
It unnecessarily complicates spotting linter errors, as they're usually surrounded by a bunch of lines saying "Done processing ... ".
Diffstat (limited to 'clint.py')
-rwxr-xr-xclint.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/clint.py b/clint.py
index 9715edd54e..097b54f1c1 100755
--- a/clint.py
+++ b/clint.py
@@ -3070,8 +3070,6 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
'One or more unexpected \\r (^M) found;'
'better to use only a \\n')
- sys.stderr.write('Done processing %s\n' % filename)
-
def PrintUsage(message):
"""Prints a brief usage string and exits, optionally with an error message.