mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add tests for the new LintRunner
This commit is contained in:
parent
8385c9ae79
commit
34955e0bf8
7 changed files with 46 additions and 0 deletions
5
python/tidy/servo_tidy_tests/lints/no_lint.py
Normal file
5
python/tidy/servo_tidy_tests/lints/no_lint.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from servo_tidy.tidy import LintRunner
|
||||
|
||||
class Linter(LintRunner):
|
||||
def run(self):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue