mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	ignore BUILD in the flags-underscore.py validation
This commit is contained in:
		@@ -67,6 +67,8 @@ def get_all_files(rootdir):
 | 
				
			|||||||
            dirs.remove('.git')
 | 
					            dirs.remove('.git')
 | 
				
			||||||
        if '.make' in dirs:
 | 
					        if '.make' in dirs:
 | 
				
			||||||
            dirs.remove('.make')
 | 
					            dirs.remove('.make')
 | 
				
			||||||
 | 
					        if 'BUILD' in files:
 | 
				
			||||||
 | 
					           files.remove('BUILD')
 | 
				
			||||||
        if 'exceptions.txt' in files:
 | 
					        if 'exceptions.txt' in files:
 | 
				
			||||||
            files.remove('exceptions.txt')
 | 
					            files.remove('exceptions.txt')
 | 
				
			||||||
        if 'known-flags.txt' in files:
 | 
					        if 'known-flags.txt' in files:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user