reduce minScore for tap-targets

This commit is contained in:
Robert Kaussow 2023-04-18 23:06:05 +02:00
parent a75ac4c9f3
commit 217edbaec6
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -16,7 +16,9 @@ ci:
csp-xss: off
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/14957
bf-cache: off
tap-targets: warn
tap-targets:
- warn
- minScore: 0.5
unsized-images: warn
image-size-responsive: warn
# FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460