You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: hack/verify-flags-underscore.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ def main():
229
229
230
230
iflen(bad_lines) !=0:
231
231
ifnotargs.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.")
0 commit comments