Skip to content

Commit ef3f1b9

Browse files
committed
some small fix in verify-flags-underscore
1. exceptions.txt and known-flags.txt are deleted, remove them from code too. 2. remove some duplicated flags from excluded-flags.txt
1 parent 2820b45 commit ef3f1b9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

hack/verify-flags-underscore.py

-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ def get_all_files(rootdir):
6868
dirs.remove('.make')
6969
if 'BUILD' in files:
7070
files.remove('BUILD')
71-
if 'exceptions.txt' in files:
72-
files.remove('exceptions.txt')
73-
if 'known-flags.txt' in files:
74-
files.remove('known-flags.txt')
7571

7672
for name in files:
7773
pathname = os.path.join(root, name)

hack/verify-flags/excluded-flags.txt

-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ new_file_0660
1515
new_file_0666
1616
new_file_0777
1717
pods_per_node
18-
pods_per_node
1918
test_args
2019
up_to
21-
up_to
2220
upgrade_args
2321
valid_flag
2422
retry_time

0 commit comments

Comments
 (0)