mirror of
https://github.com/esphome/esphome.git
synced 2025-04-09 04:10:35 +01:00
Update nolint
This commit is contained in:
parent
f82ca372a0
commit
437b2540e9
@ -4,8 +4,7 @@ namespace esphome {
|
||||
namespace ota {
|
||||
|
||||
#ifdef USE_OTA_STATE_CALLBACK
|
||||
OTAGlobalCallback *global_ota_component =
|
||||
new OTAGlobalCallback; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
|
||||
OTAGlobalCallback *global_ota_component = new OTAGlobalCallback; // NOLINT(cppcoreguidelines-owning-memory)
|
||||
#endif
|
||||
|
||||
} // namespace ota
|
||||
|
Loading…
x
Reference in New Issue
Block a user