Skip to content

Commit

Permalink
Update every ruleset and remove that 2nd line, approach suggested in #…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgonze committed Dec 15, 2023
1 parent 94e34cc commit c5b8171
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion repolinter-rulesets/community-plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rules:
nocase: true
lineCount: 5
patterns:
- '(<a href="https:\/\/opensource\.newrelic\.com\/oss-category\/#community-plus"><picture><source media="\(prefers-color-scheme: dark\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/dark\/Community_Plus\.png"><source media="\(prefers-color-scheme: light\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Community_Plus\.png"><img alt="New Relic Open Source community plus project banner\." src="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Community_Plus\.png"><\/picture><\/a>)|(\(\[\!\[Community Plus header\]\(https\:\/\/github\.com\/newrelic\/opensource\-website\/raw\/main\/src\/images\/categories\/Community_Plus\.png\)\]\(https\:\/\/opensource\.newrelic\.com\/oss\-category\/\#community\-plus\))'
- '<a href="https:\/\/opensource\.newrelic\.com\/oss-category\/#community-plus"><picture><source media="\(prefers-color-scheme: dark\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/dark\/Community_Plus\.png"><source media="\(prefers-color-scheme: light\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Community_Plus\.png"><img alt="New Relic Open Source community plus project banner\." src="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Community_Plus\.png"><\/picture><\/a>'
human-readable-pattern: Open source Community Plus header (see https://opensource.newrelic.com/oss-category)
flags: i
succeed-on-non-existent: false
Expand Down
1 change: 0 additions & 1 deletion repolinter-rulesets/community-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ rules:
lineCount: 5
patterns:
- '<a href="https:\/\/opensource\.newrelic\.com\/oss-category\/#community-project"><picture><source media="\(prefers-color-scheme: dark\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/dark\/Community_Project\.png"><source media="\(prefers-color-scheme: light\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Community_Project\.png"><img alt="New Relic Open Source community project banner\." src="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Community_Project\.png"><\/picture><\/a>'
- https:\/\/opensource\.newrelic\.com\/oss-category\/#community-project
human-readable-pattern: Open source Community header (see https://opensource.newrelic.com/oss-category)
flags: i
succeed-on-non-existent: false
Expand Down
1 change: 0 additions & 1 deletion repolinter-rulesets/example-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ rules:
lineCount: 5
patterns:
- '<a href="https:\/\/opensource\.newrelic\.com\/oss-category\/#example-code"><picture><source media="\(prefers-color-scheme: dark\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/dark\/Example_Code\.png"><source media="\(prefers-color-scheme: light\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Example_Code\.png"><img alt="New Relic Open Source example project banner\." src="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Example_Code\.png"><\/picture><\/a>'
- https:\/\/opensource\.newrelic\.com\/oss-category\/#example-code
human-readable-pattern: Open source Example Code header (see https://opensource.newrelic.com/oss-category)
flags: i
succeed-on-non-existent: false
Expand Down
1 change: 0 additions & 1 deletion repolinter-rulesets/new-relic-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ rules:
lineCount: 5
patterns:
- '<a href="https:\/\/opensource\.newrelic\.com\/oss-category\/#new-relic-experimental"><picture><source media="\(prefers-color-scheme: dark\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/dark\/Experimental\.png"><source media="\(prefers-color-scheme: light\)" srcset="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Experimental\.png"><img alt="New Relic Open Source experimental project banner\." src="https:\/\/github\.com\/newrelic\/opensource-website\/raw\/main\/src\/images\/categories\/Experimental\.png"><\/picture><\/a>'
- https:\/\/opensource\.newrelic\.com\/oss-category\/#new-relic-experimental
human-readable-pattern: Open source experimental header (see https://opensource.newrelic.com/oss-category)
flags: i
succeed-on-non-existent: false
Expand Down

0 comments on commit c5b8171

Please sign in to comment.