You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/repolinter/policy-overviews.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The following is a high-level overview of the rulesets being enforced by [repoli
12
12
```
13
13
*`readme-contains-security-section` - Checks that a `## Security` markdown header exists in `README.md`. This check is designed to determine if a security section is present.
14
14
*`readme-contains-link-to-security-policy` - Checks that a link to the security policy is present in `README.md`. The security policy can be found under `https://github.com/newrelic/<repo-name>/security/policy` or `../../security/policy`.
15
-
*`readme-contains-discuss-topic` - Checks that a valid link to `discuss.newrelic.com` exists in `README.md`.
15
+
*`readme-contains-forum-topic` - Checks that a valid link to `forum.newrelic.com` exists in `README.md`.
16
16
*`code-of-conduct-should-not-exist-here` - Checks that a code of conduct file is not present in the repository. This file can match any of the following patterns:
*`readme-contains-link-to-security-policy` - Checks that a link to the security policy is present in `README.md`. The security policy can be found under `https://github.com/newrelic/<repo-name>/security/policy` or `../../security/policy`.
48
-
*`readme-contains-discuss-topic` - Checks that a valid link to `discuss.newrelic.com` exists in `README.md`.
48
+
*`readme-contains-forum-topic` - Checks that a valid link to `forum.newrelic.com` exists in `README.md`.
49
49
*`code-of-conduct-should-not-exist-here` - Checks that a code of conduct file is not present in the repository. This file can match any of the following patterns:
50
50
*`CODE-OF-CONDUCT*`
51
51
*`CODE_OF_CONDUCT*`
@@ -113,4 +113,4 @@ reStructured Text:
113
113
## Notes for Ruleset Creation
114
114
* If the rule intends to check the contents of `README.md`, ensure that a [`README.rst`](https://github.com/DevDungeon/reStructuredText-Documentation-Reference) is also supported, as some projects prefer reStructured text to Markdown (ex. [newrelic-python-agent](https://github.com/newrelic/newrelic-python-agent)).
115
115
* Make sure to double check all the links!
116
-
* Remember to add the ruleset path to the [`test` workflow](./.github/workflows/test.yml).
116
+
* Remember to add the ruleset path to the [`test` workflow](./.github/workflows/test.yml).
Copy file name to clipboardExpand all lines: repolinter-rulesets/new-relic-one-catalog-project.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -97,19 +97,19 @@
97
97
"policyInfo": "New Relic recommends referencing the open source security policy (`https://github.com/newrelic/<repo-name>/security/policy` or `../../security/policy`) in a Security section in the README. For an example of this, please see the [NR1 Catalog Template](https://github.com/newrelic/template-nerdpack#security)",
"human-readable-content": "a link to the appropriate discuss.newrelic.com topic"
108
+
"content": "forum\\.newrelic\\.com",
109
+
"human-readable-content": "a link to the appropriate forum.newrelic.com topic"
110
110
}
111
111
},
112
-
"policyInfo": "New Relic recommends directly linking the your appropriate discuss.newrelic.com topic in the README, allowing developer an alternate method of getting support",
112
+
"policyInfo": "New Relic recommends directly linking the your appropriate forum.newrelic.com topic in the README, allowing developer an alternate method of getting support",
0 commit comments