Commit 99dc464c authored by Eric Paris's avatar Eric Paris

verify-flags-underscore.py: update how to add to exclusion list

parent b432f036
...@@ -229,7 +229,7 @@ def main(): ...@@ -229,7 +229,7 @@ def main():
if len(bad_lines) != 0: if len(bad_lines) != 0:
if not args.skip_exceptions: if not args.skip_exceptions:
print("Found illegal 'flag' usage. If this is a false positive add the following line(s) to hack/verify-flags/exceptions.txt:") print("Found illegal 'flag' usage. If these are false positives you should running `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.")
for (relname, line) in bad_lines: for (relname, line) in bad_lines:
print("%s:%s" % (relname, line)) print("%s:%s" % (relname, line))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment