diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt index 32b1fefd7d..60e98e440c 100644 --- a/.github/styles/vocab.txt +++ b/.github/styles/vocab.txt @@ -2,7 +2,6 @@ Apdex Api Autoscaling Avro -Balachandran Bigtable Billett Bitrise @@ -17,58 +16,36 @@ Discoverability Dockerfile Dockerize Docusaurus -Dominik -Ek Env -Erdogan Expedia Figma Firekube Fiverr -Fredrik -Georgoulas GitHub GitLab Grafana GraphQL -Gustavsson Hackathons -Haughwout -Henneke Heroku Hostname Iain -Ioannis JavaScript Kaewkasi Knex -Kumar Leasot Lerna -Lindgren -Lundberg Luxon -Malus Minikube Mkdocs Monorepo Namespaces -Niklas OAuth Okta -Oksuz -Oldsberg -Olle Onboarding -Patrik -Peloton -Phoen Platformize -Pomaceous Preprarer Protobuf Proxying -Raghunandan Readme readonly rebase @@ -77,12 +54,10 @@ Redash Repo Rollbar Rollup -Rosaceae Routable Scaffolder Serverless Sinon -Sneha Snyk Splunk Spotifiers @@ -92,19 +67,13 @@ Talkdesk Telenor Templater Templaters -Thauer todo Tolerations -Tuite -Trendyol -Voi WWW -Wealthsimple Weaveworks Webpack Zalando Zhou -Zolotusky abc accessors adamdmharvey diff --git a/scripts/check-docs-quality.js b/scripts/check-docs-quality.js index f4d2857b5c..8db1ca4c65 100755 --- a/scripts/check-docs-quality.js +++ b/scripts/check-docs-quality.js @@ -40,7 +40,7 @@ const getFilesToLint = () => { command = `git ls-files | .\\node_modules\\.bin\\shx grep ".md"`; } - const ignored = ['', 'ADOPTERS.md']; + const ignored = ['', 'ADOPTERS.md', 'OWNERS.md']; return execSync(command, { stdio: ['ignore', 'pipe', 'inherit'], })