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

Function main

ci/lint_cpp/cpp_hpp_includes_checker.py:117–127  ·  view source on GitHub ↗

Run *.cpp.hpp includes checker standalone.

()

Source from the content-addressed store, hash-verified

115
116
117def main() -> None:
118 """Run *.cpp.hpp includes checker standalone."""
119 from ci.util.check_files import run_checker_standalone
120
121 checker = CppHppIncludesChecker()
122 run_checker_standalone(
123 checker,
124 [str(SRC_ROOT), str(TESTS_ROOT)],
125 "Found *.cpp.hpp includes in non-build files",
126 extensions=[".cpp", ".h", ".hpp", ".cpp.hpp"],
127 )
128
129
130if __name__ == "__main__":

Callers 1

Calls 2

run_checker_standaloneFunction · 0.90

Tested by

no test coverage detected