diff --git a/.github/styles/vocab.txt b/.github/styles/vocab.txt index 32b1fefd7d..0d2480b316 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,23 +67,15 @@ Talkdesk Telenor Templater Templaters -Thauer todo Tolerations -Tuite -Trendyol -Voi WWW -Wealthsimple Weaveworks Webpack Zalando Zhou -Zolotusky abc accessors -adamdmharvey -andrewthauer api apis args @@ -116,7 +83,6 @@ asciidoc async autoscaling backrub -benjdlambert bool boolean builtins @@ -141,7 +107,6 @@ configs const cookiecutter css -dariddler dataflow deadnaming declaratively @@ -149,20 +114,16 @@ destructured dev devops devs -dhenneke discoverability dls docgen dockerode -dtuite -dzolotusky env esbuild eslint etag facto failover -freben gitbeaker graphql graphviz @@ -241,7 +202,6 @@ rollbar routable rst rsync -rugvip ruleset sam scaffolded @@ -256,7 +216,6 @@ sqlite squidfunk src stdout -stefanalund subcomponent subcomponents subkey @@ -288,7 +247,6 @@ untracked upvote url utils -Valdemar validators varchar winston 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'], })