From c5fb279a1162c103ff317249077e7b80becde67d Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 21 Nov 2022 16:45:38 -0600 Subject: [PATCH] pa11y: ajout variable PA11Y_IGNORE --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index faf1b9f..2a4cf5e 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ pa11y: -e PA11Y_PASSWORD='$(PA11Y_PASSWORD)' \ -e PA11Y_STANDARD='$(PA11Y_STANDARD)' \ -e PA11Y_COOKIE='$(PA11Y_COOKIE)' \ + -e PA11Y_IGNORE='$(PA11Y_IGNORE)' \ -u $(shell id -u $(USER)):$(shell id -g $(USER)) \ -v "$(PWD)/data/pa11y/reports:/home/pa11y/reports" \ $(DOCKER_ARGS) \