From acf66e727a21ffce6797bb473eef7810dd863618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= <61149845+RaphaelSve@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:29:51 +0200 Subject: [PATCH] Update check-docs-quality.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add new regex for README files Signed-off-by: Raphaƫl <61149845+RaphaelSve@users.noreply.github.com> --- scripts/check-docs-quality.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check-docs-quality.js b/scripts/check-docs-quality.js index 9a9336b3e9..0fd374ef23 100755 --- a/scripts/check-docs-quality.js +++ b/scripts/check-docs-quality.js @@ -30,6 +30,7 @@ const IGNORED_WHEN_LISTING = [ /^.*[/\\]knip-report\.md$/, /^docs[/\\]releases[/\\].*-changelog\.md$/, /^docs[/\\]reference[/\\]/, + /^README-[a-z]{2}_[A-Z]{2}\.md$/, ]; const IGNORED_WHEN_EXPLICIT = [