From 329021eb8f3ab380349aded587d6fbd88694ecd0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 19 Sep 2020 15:48:14 +0200 Subject: [PATCH] temp switch to warn instead of error for the performance category --- .lighthouserc.yml | 5 ++--- layouts/partials/head.html | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.lighthouserc.yml b/.lighthouserc.yml index 40d19da..ef979c7 100644 --- a/.lighthouserc.yml +++ b/.lighthouserc.yml @@ -9,16 +9,15 @@ ci: - http://localhost/posts/ settings: chromeFlags: "--no-sandbox" - # FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460 - throttlingMethod: devtools assert: preset: "lighthouse:no-pwa" assertions: uses-long-cache-ttl: off tap-targets: warn unsized-images: warn + # FIXME: https://github.com/GoogleChrome/lighthouse/issues/11460 categories:performance: - - error + - warn - minScore: 0.95 categories:accessibility: - error diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2cd9f60..f738275 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -13,6 +13,7 @@ +