mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-16 01:08:06 -05:00
ignore BUILD in the flags-underscore.py validation
This commit is contained in:
parent
b250a8809d
commit
999c967767
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ def get_all_files(rootdir):
|
|||
dirs.remove('.git')
|
||||
if '.make' in dirs:
|
||||
dirs.remove('.make')
|
||||
if 'BUILD' in files:
|
||||
files.remove('BUILD')
|
||||
if 'exceptions.txt' in files:
|
||||
files.remove('exceptions.txt')
|
||||
if 'known-flags.txt' in files:
|
||||
|
|
|
|||
Loading…
Reference in a new issue