mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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 ... ".
This commit is contained in:
2
clint.py
2
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.
|
||||
|
||||
Reference in New Issue
Block a user