mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Enable a bunch of clang-tidy checks (#2149)
This commit is contained in:
		| @@ -5,11 +5,8 @@ Checks: >- | ||||
|   -altera-*, | ||||
|   -android-*, | ||||
|   -boost-*, | ||||
|   -bugprone-branch-clone, | ||||
|   -bugprone-easily-swappable-parameters, | ||||
|   -bugprone-narrowing-conversions, | ||||
|   -bugprone-signed-char-misuse, | ||||
|   -bugprone-too-small-loop-variable, | ||||
|   -cert-dcl50-cpp, | ||||
|   -cert-err58-cpp, | ||||
|   -cert-oop57-cpp, | ||||
| @@ -19,12 +16,10 @@ Checks: >- | ||||
|   -clang-diagnostic-delete-abstract-non-virtual-dtor, | ||||
|   -clang-diagnostic-delete-non-abstract-non-virtual-dtor, | ||||
|   -clang-diagnostic-shadow-field, | ||||
|   -clang-diagnostic-sign-compare, | ||||
|   -clang-diagnostic-unused-variable, | ||||
|   -clang-diagnostic-unused-const-variable, | ||||
|   -clang-diagnostic-unused-parameter, | ||||
|   -concurrency-*, | ||||
|   -cppcoreguidelines-avoid-c-arrays, | ||||
|   -cppcoreguidelines-avoid-goto, | ||||
|   -cppcoreguidelines-avoid-magic-numbers, | ||||
|   -cppcoreguidelines-init-variables, | ||||
|   -cppcoreguidelines-macro-usage, | ||||
| @@ -41,7 +36,6 @@ Checks: >- | ||||
|   -cppcoreguidelines-pro-type-union-access, | ||||
|   -cppcoreguidelines-pro-type-vararg, | ||||
|   -cppcoreguidelines-special-member-functions, | ||||
|   -fuchsia-default-arguments, | ||||
|   -fuchsia-multiple-inheritance, | ||||
|   -fuchsia-overloaded-operator, | ||||
|   -fuchsia-statically-constructed-objects, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user