mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
Requires servo/servo#37045 for deps and config. Testing: No need for tests to test tests. Fixes: servo/servo#37041 --------- Signed-off-by: zefr0x <zer0-x.7ty50@aleeas.com>
7 lines
149 B
Python
7 lines
149 B
Python
from servo_tidy.tidy import LintRunner
|
|
|
|
|
|
class Lint(LintRunner):
|
|
def run(self):
|
|
for _ in [None]:
|
|
yield ("path", 0, "foobar")
|