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

Method has_violations

ci/util/check_files.py:89–91  ·  view source on GitHub ↗

Check if there are any violations.

(self)

Source from the content-addressed store, hash-verified

87 return len(self.violations)
88
89 def has_violations(self) -> bool:
90 """Check if there are any violations."""
91 return len(self.violations) > 0
92
93
94@dataclass

Callers 2

format_and_print_resultsFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected