1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-09 04:10:35 +01:00

Update nolint

This commit is contained in:
Keith Burzinski 2024-04-30 02:13:10 -05:00
parent f82ca372a0
commit 437b2540e9
No known key found for this signature in database
GPG Key ID: 802564C5F0EEFFBE

View File

@ -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