Skip to content

Commit 36936e1

Browse files
committed
Remove email requirement from CoC
This local CoC doc points to the official ASF CoC web page, so it does not itself include any points of contact.
1 parent 3232f44 commit 36936e1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

repolinter.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@
2626
"files": [".gitlab-ci.yml", ".travis.yml", "appveyor.yml", ".appveyor.yml", "circle.yml", ".circleci/config.yml", "Jenkinsfile", ".drone.yml"]
2727
}
2828
],
29-
"code-of-conduct-file-contains-email:file-contents": [
30-
"error",
31-
{
32-
"files": [
33-
"CODEOFCONDUCT*", "CODE-OF-CONDUCT*", "CODE_OF_CONDUCT*",
34-
".github/CODEOFCONDUCT*", ".github/CODE-OF-CONDUCT*", ".github/CODE_OF_CONDUCT*"
35-
],
36-
"content": ".+@.+\\..+",
37-
"flags": "i",
38-
"human-readable-content": "email address"
39-
}
40-
],
4129
"source-license-headers-exist:file-starts-with": ["warning", {"files": ["**/*.js", "**/*.html", "!node_modules/**"], "lineCount": 5, "patterns": ["Licensed to the Apache Software Foundation"], "flags": "i"}],
4230
"github-issue-template-exists:file-existence": ["info", {"files": ["ISSUE_TEMPLATE*", ".github/ISSUE_TEMPLATE*"]}],
4331
"github-pull-request-template-exists:file-existence": ["info", {"files": ["PULL_REQUEST_TEMPLATE*", ".github/PULL_REQUEST_TEMPLATE*"]}]

0 commit comments

Comments
 (0)