mirror of
https://github.com/esphome/esphome.git
synced 2026-02-13 04:57:34 -07:00
Reword comment to avoid ci-custom scanf lint false positive
The regex matches `scanf (` in comments too since `\s*\(` matches the space before the parenthesized size note. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Tests for the POSIX TZ parser and ESPTime::strptime implementations
|
||||
// These custom parsers avoid pulling in scanf (~9.8KB on ESP32-IDF).
|
||||
// These custom parsers avoid pulling in the scanf family, saving ~9.8KB on ESP32-IDF.
|
||||
|
||||
// Enable USE_TIME_TIMEZONE for tests
|
||||
#define USE_TIME_TIMEZONE
|
||||
|
||||
Reference in New Issue
Block a user