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

Function main

ci/lint_cpp/check_platform_includes.py:146–160  ·  view source on GitHub ↗

Run platform trampoline checker standalone.

()

Source from the content-addressed store, hash-verified

144
145
146def main() -> None:
147 """Run platform trampoline checker standalone."""
148 from ci.util.check_files import run_checker_standalone # type: ignore[attr-defined]
149 from ci.util.paths import PROJECT_ROOT
150
151 checker = PlatformTrampolineChecker()
152 run_checker_standalone(
153 checker,
154 [
155 str(PROJECT_ROOT / "src" / "fl"),
156 str(PROJECT_ROOT / "src"),
157 ],
158 "Found deep platform header violations",
159 extensions=[".cpp", ".h", ".hpp"],
160 )
161
162
163if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected