tidy: Make sure to run WPT lints when --all is passed to tidy (#31874)

This also fixes the checked in WPT manifest.
This commit is contained in:
Martin Robinson 2024-03-26 11:47:16 +01:00 committed by GitHub
parent 188f3caff1
commit 2463017c49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -799,7 +799,7 @@ def run_wpt_lints(only_changed_files: bool):
yield (WPT_CONFIG_INI_PATH, 0, f"{WPT_CONFIG_INI_PATH} is required but was not found")
return
if not list(FileList("./tests/wpt", only_changed_files=True, progress=False)):
if not list(FileList("./tests/wpt", only_changed_files=only_changed_files, progress=False)):
print("\r ➤ Skipping WPT lint checks, because no relevant files changed.")
return