mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 16:25:50 +00:00
Enable a bunch of clang-tidy checks (#2149)
This commit is contained in:
@@ -96,7 +96,7 @@ void Component::call() {
|
||||
// State loop: Call loop
|
||||
this->call_loop();
|
||||
break;
|
||||
case COMPONENT_STATE_FAILED:
|
||||
case COMPONENT_STATE_FAILED: // NOLINT(bugprone-branch-clone)
|
||||
// State failed: Do nothing
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user