mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix yamllint (#6253)
This commit is contained in:
		
							
								
								
									
										19
									
								
								.yamllint
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								.yamllint
									
									
									
									
									
								
							| @@ -1,3 +1,18 @@ | ||||
| --- | ||||
| ignore: | | ||||
|   venv/ | ||||
| extends: default | ||||
|  | ||||
| ignore-from-file: .gitignore | ||||
|  | ||||
| rules: | ||||
|   document-start: disable | ||||
|   empty-lines: | ||||
|     level: error | ||||
|     max: 1 | ||||
|     max-start: 0 | ||||
|     max-end: 1 | ||||
|   indentation: | ||||
|     level: error | ||||
|     spaces: 2 | ||||
|     indent-sequences: true | ||||
|     check-multi-line-strings: false | ||||
|   line-length: disable | ||||
|   | ||||
		Reference in New Issue
	
	Block a user