Browse Source

prefix results with 'lint.py' so that it's obvious where they're coming from

main
Colin McMillen 3 years ago
parent
commit
980f940a34
  1. 2
      tools/scripts/lint.py

2
tools/scripts/lint.py

@ -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…
Cancel
Save