Skip to content

Commit

Permalink
some small fix in verify-flags-underscore
Browse files Browse the repository at this point in the history
1. exceptions.txt and known-flags.txt are deleted, remove them from
code too.
2. remove some duplicated flags from excluded-flags.txt
  • Loading branch information
CaoShuFeng committed Aug 14, 2017
1 parent 2820b45 commit ef3f1b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions hack/verify-flags-underscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ def get_all_files(rootdir):
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:
files.remove('known-flags.txt')

for name in files:
pathname = os.path.join(root, name)
Expand Down
2 changes: 0 additions & 2 deletions hack/verify-flags/excluded-flags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ new_file_0660
new_file_0666
new_file_0777
pods_per_node
pods_per_node
test_args
up_to
up_to
upgrade_args
valid_flag
retry_time
Expand Down

0 comments on commit ef3f1b9

Please sign in to comment.