Few more whitelisted files

Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Tim Hansen
2021-03-26 19:26:37 -06:00
parent e7aca3f2e4
commit 8f2d043d8d
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ const getFilesToLint = () => {
command = `git ls-files | .\\node_modules\\.bin\\shx grep ".md"`;
}
// Note this ignore list only applies locally, CI runs `.github/workflows/docs-quality-checker.yml`
const ignored = ['', 'ADOPTERS.md', 'OWNERS.md'];
return execSync(command, {
stdio: ['ignore', 'pipe', 'inherit'],