mirror of
https://github.com/esphome/esphome.git
synced 2026-05-19 03:01:49 +08:00
[i2c] NOLINT readability-identifier-naming on Zephyr struct forward-decl (#16099)
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user