Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 99dc464

Browse files
committed
verify-flags-underscore.py: update how to add to exclusion list
1 parent b432f03 commit 99dc464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-flags-underscore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def main():
229229

230230
if len(bad_lines) != 0:
231231
if not args.skip_exceptions:
232-
print("Found illegal 'flag' usage. If this is a false positive add the following line(s) to hack/verify-flags/exceptions.txt:")
232+
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.")
233233
for (relname, line) in bad_lines:
234234
print("%s:%s" % (relname, line))
235235

0 commit comments

Comments
 (0)