1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

fix nolint comments

This commit is contained in:
J. Nick Koston
2026-01-17 11:12:27 -10:00
parent caa86a4701
commit e5e7aa41b1

View File

@@ -222,7 +222,7 @@ inline float stof(const StringRef &str, size_t *pos = nullptr) {
inline double stod(const StringRef &str, size_t *pos = nullptr) {
return internal::parse_number<double>(str, pos, std::strtod);
}
// NOLINTEND(readability-identifier-naming)
// NOLINTEND(readability-identifier-naming,google-runtime-int)
#ifdef USE_JSON
// NOLINTNEXTLINE(readability-identifier-naming)