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

Method _violations

tests/test_keyboard_interrupt_checker.py:120–121  ·  view source on GitHub ↗
(self, code: str)

Source from the content-addressed store, hash-verified

118 """These should produce NO violations."""
119
120 def _violations(self, code: str) -> list[Violation]:
121 return check_file("<test>", code)
122
123 def test_kbi_with_notify_and_broad(self) -> None:
124 code = """\

Calls 1

check_fileFunction · 0.90

Tested by

no test coverage detected