Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dd7bc6ee2d58fa1c17ddb5a29f3ca584fba46e31
https://github.com/WebKit/WebKit/commit/dd7bc6ee2d58fa1c17ddb5a29f3ca584fba46e31
Author: Franco Vieira de Souza <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M Tools/Scripts/webkitpy/style/checker.py
Log Message:
-----------
[WPT] [Linter] WEB_FEATURES.yml references WPT files that are not imported
https://bugs.webkit.org/show_bug.cgi?id=319451
rdar://182259744
Reviewed by Sam Sneddon.
Ignore WPT Linter rules that enforce at least one match for
WEB_FEATURES.yml entries:
* -wpt/lint/missing_web_features_file' : no match for file inclusion
* -wpt/lint/unnecessary_exclusion_in_web_features_file' : no match for
exclusion
LayoutTests/imported/w3c/web-platform-tests/wpt lint --all flags 15
violations of these rules, all unhelpful. These only trip because our
tree does not have the same files as the one in the wpt repo. Run
`check-webkit-style
LayoutTests/imported/w3c/web-platform-tests/gamepad/WEB_FEATURES.yml`
for an example of a violation.
* Tools/Scripts/webkitpy/style/checker.py:
Canonical link: https://commits.webkit.org/317617@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications