mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
Enable a bunch of clang-tidy checks (#2149)
This commit is contained in:
+2
-1
@@ -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