Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: false positives on markdown #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion repolinter-rulesets/community-plus.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-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>'
- https:\/\/opensource\.newrelic\.com\/oss-category\/#community-plus
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
Loading