Merge pull request #5147 from backstage/timbonicus/vale-owners

Skip OWNERS.md for Vale
This commit is contained in:
Fredrik Adelöw
2021-03-26 23:25:55 +01:00
committed by GitHub
2 changed files with 1 additions and 43 deletions
-42
View File
@@ -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
+1 -1
View File
@@ -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'],
})