1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Fix Clang 11 finds (#1880)

This commit is contained in:
Stefan Agner
2021-06-08 22:47:43 +02:00
committed by GitHub
parent 0426be9280
commit b80f3fdec9
3 changed files with 3 additions and 5 deletions

View File

@@ -20,11 +20,9 @@ Checks: >-
-cert-oop57-cpp,
-cert-str34-c,
-clang-analyzer-core.CallAndMessage,
-clang-analyzer-deadcode.DeadStores,
-clang-analyzer-optin.*,
-clang-analyzer-osx.*,
-clang-analyzer-security.*,
-clang-diagnostic-fortify-source,
-clang-diagnostic-shadow-field,
-cppcoreguidelines-avoid-c-arrays,
-cppcoreguidelines-avoid-goto,