Skip to content

Commit

Permalink
updated with PR review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
satwic007 committed Apr 8, 2024
1 parent a5b0ac1 commit 14e93ff
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 7 deletions.
58 changes: 55 additions & 3 deletions tier1/{{cookiecutter.project_slug}}/repolinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@
}
}
},
"security-contains-security-and-Responsible-Disclosure-Policy": {
"security-contains-security-and-responsible-disclosure-policy": {
"level": "error",
"rule": {
"type": "file-contents",
"options": {
"globsAll": [
"README.md"
"{docs/,.github/,}SECURITY.md"
],
"content": "Security and Responsible Disclosure Policy",
"flags": "i"
Expand Down Expand Up @@ -395,6 +395,32 @@
}
}
},
"readme-contains-open-source-policy": {
"level": "error",
"rule": {
"type": "file-contents",
"options": {
"globsAll": [
"README.md"
],
"content": "Open Source Policy",
"flags": "i"
}
}
},
"readme-contains-security-and-responsible-disclosure-policy": {
"level": "error",
"rule": {
"type": "file-contents",
"options": {
"globsAll": [
"README.md"
],
"content": "Security and Responsible Disclosure Policy",
"flags": "i"
}
}
},
"readme-contains-public-domain": {
"level": "error",
"rule": {
Expand Down Expand Up @@ -460,7 +486,7 @@
}
}
},
"contributing-contains-building-the-Project": {
"contributing-contains-building-the-project": {
"level": "error",
"rule": {
"type": "file-contents",
Expand Down Expand Up @@ -590,6 +616,32 @@
}
}
},
"contributing-contains-open-source-policy": {
"level": "error",
"rule": {
"type": "file-contents",
"options": {
"globsAll": [
"{docs/,.github/,}CONTRIBUTING.md"
],
"content": "Open Source Policy",
"flags": "i"
}
}
},
"contributing-contains-security-and-responsible-disclosure-policy": {
"level": "error",
"rule": {
"type": "file-contents",
"options": {
"globsAll": [
"{docs/,.github/,}CONTRIBUTING.md"
],
"content": "Security and Responsible Disclosure Policy",
"flags": "i"
}
}
},
"contributing-contains-public-domain": {
"level": "error",
"rule": {
Expand Down
3 changes: 0 additions & 3 deletions tier2/{{cookiecutter.project_slug}}/repolinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
"readme-contains-governance": {
"level": "warning"
},
"readme-contains-glossary": {
"level": "warning"
},
"contributing-contains-how-to-contribute": {
"level": "error"
},
Expand Down
3 changes: 3 additions & 0 deletions tier3/{{cookiecutter.project_slug}}/repolinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"contributing-contains-reviewing-pull-requests": {
"level": "error"
},
"contributing-contains-documentation": {
"level": "error"
},
"maintainers-contains-maintainers": {
"level": "error"
},
Expand Down
2 changes: 1 addition & 1 deletion tier4/{{cookiecutter.project_slug}}/repolinter.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"level": "error"
},
"readme-contains-glossary": {
"level": "warning"
"level": "error"
},
"contributing-contains-shipping-releases": {
"level": "error"
Expand Down

0 comments on commit 14e93ff

Please sign in to comment.