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

Function main

ci/lint_cpp/bare_using_checker.py:215–224  ·  view source on GitHub ↗

Run the bare using checker standalone.

()

Source from the content-addressed store, hash-verified

213
214
215def main() -> None:
216 """Run the bare using checker standalone."""
217 checker = BareUsingChecker()
218 src_fl = str(PROJECT_ROOT / "src" / "fl")
219 run_checker_standalone(
220 checker,
221 [src_fl],
222 "Bare using declarations in headers (unity build safety)",
223 extensions=[".h", ".hpp"],
224 )
225
226
227if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90
BareUsingCheckerClass · 0.70

Tested by

no test coverage detected