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

Function main

ci/lint_cpp/member_style_checker.py:305–316  ·  view source on GitHub ↗

Run member style checker standalone.

()

Source from the content-addressed store, hash-verified

303
304
305def main() -> None:
306 """Run member style checker standalone."""
307 from ci.util.check_files import run_checker_standalone
308 from ci.util.paths import PROJECT_ROOT
309
310 checker = MemberStyleChecker()
311 run_checker_standalone(
312 checker,
313 [str(PROJECT_ROOT / "src")],
314 "Found non-standard member variable naming",
315 extensions=[".h", ".hpp", ".cpp"],
316 )
317
318
319if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90
MemberStyleCheckerClass · 0.70

Tested by

no test coverage detected