From ba272622c113cf58db0818a9a857a71b92d8e676 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 3 Oct 2022 09:54:34 -0300 Subject: [PATCH] Bug 31528: (QA follow-up) Exclude .stylelintrc.json in Makefile.t Signed-off-by: Tomas Cohen Arazi --- t/Makefile.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Makefile.t b/t/Makefile.t index c4989983f3..a0cdeab5cc 100755 --- a/t/Makefile.t +++ b/t/Makefile.t @@ -31,6 +31,7 @@ my @ignored = qw( .perlcriticrc .proverc .proverc.dist + .stylelintrc.json LICENSE README.md README.robots -- 2.39.5