Skip to content

Commit

Permalink
Retire exclusions from pre-submit checks
Browse files Browse the repository at this point in the history
neterror.css no longer uses obsolete CSS, thus it no longer needs to be
excluded from checks.

distilledpage_ios.css was removed in
https://chromium-review.googlesource.com/c/chromium/src/+/1956372

Change-Id: I6670a714ac891132d34b8656e5ddc6eea9a9c589
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3343506
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#953432}
  • Loading branch information
ericwilligers authored and Chromium LUCI CQ committed Dec 22, 2021
1 parent 7df4ac8 commit 929dcba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -3720,8 +3720,6 @@ def CheckNoDeprecatedCss(input_api, output_api):
input_api.DEFAULT_FILES_TO_SKIP +
(r"^chrome/common/extensions/docs",
r"^chrome/docs",
r"^components/dom_distiller/core/css/distilledpage_ios.css",
r"^components/neterror/resources/neterror.css",
r"^native_client_sdk"))
file_filter = lambda f: input_api.FilterSourceFile(
f, files_to_check=file_inclusion_pattern, files_to_skip=files_to_skip)
Expand Down

0 comments on commit 929dcba

Please sign in to comment.