Skip to content

Commit

Permalink
fix(code-of-conduct): match CODE_OF_CONDUCT* as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow committed Oct 23, 2017
1 parent 61bf9b4 commit 8892334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulesets/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license-file-exists:file-existence": ["error", {"files": ["LICENSE*", "COPYING*"]}],
"readme-file-exists:file-existence": ["error", {"files": ["README*"]}],
"contributing-file-exists:file-existence": ["error", {"files": ["CONTRIB*"]}],
"code-of-conduct-file-exists:file-existence": ["error", {"files": ["CODEOFCONDUCT*", "CODE-OF-CONDUCT*", "CODE_OF_CONDUCT"]}],
"code-of-conduct-file-exists:file-existence": ["error", {"files": ["CODEOFCONDUCT*", "CODE-OF-CONDUCT*", "CODE_OF_CONDUCT*"]}],
"readme-references-license:file-contents": ["error", {"files": ["README*"], "content": "license", "flags": "i"}],
"binaries-not-present:file-type-exclusion": ["error", {"type": ["**/*.exe", "**/*.dll"]}],
"license-detectable-by-licensee": ["error"],
Expand Down

0 comments on commit 8892334

Please sign in to comment.