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

Method has_violations

ci/util/check_files.py:118–120  ·  view source on GitHub ↗

Check if any violations were found.

(self)

Source from the content-addressed store, hash-verified

116 return len(self.violations)
117
118 def has_violations(self) -> bool:
119 """Check if any violations were found."""
120 return len(self.violations) > 0
121
122
123class FileContentChecker(ABC):

Callers 1

run_checker_standaloneFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected