prefix results with 'lint.py' so that it's obvious where they're coming from
This commit is contained in:
parent
f10e0a689f
commit
980f940a34
@ -65,7 +65,7 @@ def main(args):
|
||||
for filename in csharp_files:
|
||||
lint_csharp(filename)
|
||||
|
||||
print('checked %d files and found %d errors' % (
|
||||
print('lint.py checked %d files and found %d errors' % (
|
||||
len(csharp_files), num_errors))
|
||||
|
||||
if num_errors:
|
||||
|
Loading…
Reference in New Issue
Block a user