Update check-docs-quality.js

Add new regex for README files

Signed-off-by: Raphaël <61149845+RaphaelSve@users.noreply.github.com>
This commit is contained in:
Raphaël
2024-06-10 11:29:51 +02:00
committed by GitHub
parent f7677b44f6
commit acf66e727a
+1
View File
@@ -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 = [