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

Method file_count

ci/util/check_files.py:114–116  ·  view source on GitHub ↗

Get number of files with violations.

(self)

Source from the content-addressed store, hash-verified

112 return sum(fv.violation_count() for fv in self.violations.values())
113
114 def file_count(self) -> int:
115 """Get number of files with violations."""
116 return len(self.violations)
117
118 def has_violations(self) -> bool:
119 """Check if any violations were found."""

Callers 2

run_checker_standaloneFunction · 0.95
format_and_print_resultsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected