mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Enable Travis Linting (#3)
* Flake8 Travis Job * Fix flake8 warnings * Fix pylint errors * Fix travis file
This commit is contained in:
		
							
								
								
									
										22
									
								
								pylintrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								pylintrc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| [MASTER] | ||||
| reports=no | ||||
|  | ||||
| disable= | ||||
|   missing-docstring, | ||||
|   fixme, | ||||
|   unused-argument, | ||||
|   global-statement, | ||||
|   too-few-public-methods, | ||||
|   too-many-locals, | ||||
|   too-many-ancestors, | ||||
|   too-many-branches, | ||||
|   too-many-statements, | ||||
|   too-many-arguments, | ||||
|   too-many-return-statements, | ||||
|   duplicate-code, | ||||
|  | ||||
|  | ||||
| additional-builtins= | ||||
|   unicode, | ||||
|   long, | ||||
|   raw_input | ||||
		Reference in New Issue
	
	Block a user