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

Class Violation

ci/util/check_files.py:62–66  ·  view source on GitHub ↗

Container for a single violation at a specific line.

Source from the content-addressed store, hash-verified

60
61@dataclass
62class Violation:
63 """Container for a single violation at a specific line."""
64
65 line_number: int
66 content: str
67
68
69@dataclass

Callers 1

add_violationMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected