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

Function main

ci/lint_cpp/numeric_limit_macros_checker.py:185–196  ·  view source on GitHub ↗

Run numeric limit macro checker standalone.

()

Source from the content-addressed store, hash-verified

183
184
185def main() -> None:
186 """Run numeric limit macro checker standalone."""
187 from ci.util.check_files import run_checker_standalone
188 from ci.util.paths import PROJECT_ROOT
189
190 checker = NumericLimitMacroChecker()
191 run_checker_standalone(
192 checker,
193 [str(PROJECT_ROOT / "src")],
194 "Found numeric limit macros",
195 extensions=[".cpp", ".h", ".hpp", ".ino"],
196 )
197
198
199if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected