mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			241 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			241 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Exclude some directories and files from lint checking
 | 
						|
EXCLUDED_FILES = [
 | 
						|
    # Third-party code that doesn't match our style
 | 
						|
    "web/third",
 | 
						|
]
 | 
						|
 | 
						|
PUPPET_CHECK_RULES_TO_EXCLUDE = [
 | 
						|
    "--no-documentation-check",
 | 
						|
    "--no-80chars-check",
 | 
						|
]
 |