mirror of
https://github.com/servo/servo.git
synced 2025-07-30 02:30:21 +01:00
Tidy checks for stylo
This commit is contained in:
parent
cbfd446427
commit
b60368d5d9
3 changed files with 32 additions and 17 deletions
|
@ -26,6 +26,8 @@ class Lint(LintRunner):
|
|||
yield f[len(working_dir):]
|
||||
|
||||
def run(self):
|
||||
if self.stylo:
|
||||
return
|
||||
wpt_working_dir = os.path.abspath(os.path.join(WPT_PATH, "web-platform-tests"))
|
||||
for suite in SUITES:
|
||||
files = self._get_wpt_files(suite)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue