mirror of
https://github.com/esphome/esphome.git
synced 2026-08-29 01:03:29 +00: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:
co-authored by
Claude Opus 4.6
parent
1fe95d8f82
commit
9c185b42c3
@@ -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