From ca7acac6a31f915f80beb779f40b627a9860d765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Mon, 29 Mar 2021 10:15:07 +0100 Subject: [PATCH] Disregard deprecations in lighthouse --- lighthouserc.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lighthouserc.json b/lighthouserc.json index a7c9be06..b3e90a02 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -1,10 +1,7 @@ { "ci": { "collect": { - "url": [ - "http://localhost:4000/?prefers-color-scheme=light", - "http://localhost:4000/?prefers-color-scheme=dark" - ], + "url": ["http://localhost:4000/?prefers-color-scheme=light", "http://localhost:4000/?prefers-color-scheme=dark"], "startServerCommand": "cd docs && bundle exec jekyll serve" }, "assert": { @@ -16,7 +13,8 @@ "uses-rel-preload": "off", "first-contentful-paint": ["warn", {"minScore": 0.8}], "first-meaningful-paint": ["warn", {"minScore": 0.8}], - "largest-contentful-paint": ["warn", {"minScore": 0.8}] + "largest-contentful-paint": ["warn", {"minScore": 0.8}], + "deprecations": "off" } }, "upload": {