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:
J. Nick Koston
2026-02-12 06:23:30 -06:00
parent 1fe95d8f82
commit 9c185b42c3

View File

@@ -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