From 05503cda26974e42dd53ed44901afbba001dc94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 28 Jan 2024 16:04:00 +0100 Subject: [PATCH] chore: only report errors for html validation --- .html-w3c-validatorrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.html-w3c-validatorrc.json b/.html-w3c-validatorrc.json index 8cc95f3..78f9ff5 100644 --- a/.html-w3c-validatorrc.json +++ b/.html-w3c-validatorrc.json @@ -1,4 +1,5 @@ { "urls": ["http://127.0.0.1:3000/", "http://127.0.0.1:3000/blog"], - "files": ["./public/curriculum-vitae/index.html"] + "files": ["./public/curriculum-vitae/index.html"], + "severities": ["error"] }