mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #50593 from CaoShuFeng/underscore
Automatic merge from submit-queue (batch tested with PRs 50094, 48966, 49478, 50593, 49140) 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 **Release note**: ``` NONE ```
This commit is contained in:
commit
f51daaf03c
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user