mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Enable a bunch of clang-tidy checks (#2149)
This commit is contained in:
		| @@ -11,7 +11,6 @@ include_dir = | ||||
| [runtime] | ||||
| ; This are the flags as set by the runtime. | ||||
| build_flags = | ||||
|     -Wno-unused-variable | ||||
|     -Wno-unused-but-set-variable | ||||
|     -Wno-sign-compare | ||||
|  | ||||
| @@ -19,10 +18,12 @@ build_flags = | ||||
| ; This are the flags for clang-tidy. | ||||
| build_flags = | ||||
|     -Wall | ||||
|     -Wextra | ||||
|     -Wunreachable-code | ||||
|     -Wfor-loop-analysis | ||||
|     -Wshadow-field | ||||
|     -Wshadow-field-in-constructor | ||||
|     -Wshadow-uncaptured-local | ||||
|  | ||||
| [common] | ||||
| lib_deps = | ||||
|   | ||||
		Reference in New Issue
	
	Block a user