Tidy checks for stylo

This commit is contained in:
Manish Goregaokar 2017-01-04 20:57:27 -08:00
parent cbfd446427
commit b60368d5d9
3 changed files with 32 additions and 17 deletions

View file

@ -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)