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

Function main

ci/lint_cpp/bare_snprintf_checker.py:123–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121
122
123def main() -> None:
124 from ci.util.check_files import run_checker_standalone
125
126 checker = BareSnprintfChecker()
127 run_checker_standalone(
128 checker,
129 [str(SRC_ROOT)],
130 "Found bare C ::snprintf/::printf family call in src/ "
131 "(use fl::snprintf — see FastLED #2773 item 1.1)",
132 extensions=[".cpp", ".h", ".hpp"],
133 )
134
135
136if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90
BareSnprintfCheckerClass · 0.85

Tested by

no test coverage detected