[i2c] NOLINT readability-identifier-naming on Zephyr struct forward-decl (#16099)

This commit is contained in:
Jonathan Swoboda
2026-04-28 19:22:42 -04:00
committed by GitHub
parent a241c9e622
commit be0ee73847
+1 -1
View File
@@ -5,7 +5,7 @@
#include "i2c_bus.h"
#include "esphome/core/component.h"
struct device;
struct device; // NOLINT(readability-identifier-naming) - forward decl of Zephyr's device type
namespace esphome::i2c {