Skip to content

Commit

Permalink
Merge pull request #186 from jmertic/patch-1
Browse files Browse the repository at this point in the history
Add  "dirs": true to check for multiple pull request and issue templates
  • Loading branch information
prototypicalpro committed Oct 18, 2020
2 parents 74a416f + dfdc957 commit 080524e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rulesets/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"rule": {
"type": "file-existence",
"options": {
"dirs": true,
"globsAny": ["ISSUE_TEMPLATE*", ".github/ISSUE_TEMPLATE*"]
}
}
Expand All @@ -175,6 +176,7 @@
"rule": {
"type": "file-existence",
"options": {
"dirs": true,
"globsAny": ["PULL_REQUEST_TEMPLATE*", ".github/PULL_REQUEST_TEMPLATE*"]
}
}
Expand Down

0 comments on commit 080524e

Please sign in to comment.