Skip to content

Commit 999c967

Browse files
committed
ignore BUILD in the flags-underscore.py validation
1 parent b250a88 commit 999c967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/verify-flags-underscore.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ def get_all_files(rootdir):
6767
dirs.remove('.git')
6868
if '.make' in dirs:
6969
dirs.remove('.make')
70+
if 'BUILD' in files:
71+
files.remove('BUILD')
7072
if 'exceptions.txt' in files:
7173
files.remove('exceptions.txt')
7274
if 'known-flags.txt' in files:

0 commit comments

Comments
 (0)