MCPcopy Create free account
hub / github.com/FastLED/FastLED / main

Function main

ci/lint_cpp/serial_printf_checker.py:68–78  ·  view source on GitHub ↗

Run Serial.printf checker standalone.

()

Source from the content-addressed store, hash-verified

66
67
68def main() -> None:
69 """Run Serial.printf checker standalone."""
70 from ci.util.check_files import run_checker_standalone
71
72 checker = SerialPrintfChecker()
73 run_checker_standalone(
74 checker,
75 [str(EXAMPLES_ROOT)],
76 "Found Serial.printf usage in examples",
77 extensions=[".cpp", ".h", ".hpp", ".ino"],
78 )
79
80
81if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90
SerialPrintfCheckerClass · 0.70

Tested by

no test coverage detected