Skip to content

Commit dbac3f4

Browse files
committed
ci: exclude CHANGELOG.md from linting
CHANGELOG.md is generated by release-please and contains long lines and compare URLs that 404 until the release tag is published. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 72baf4b commit dbac3f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/config/lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ max_concurrency = 4
1010
include_fragments = true
1111

1212
base_url = "https://prometheus.github.io"
13-
exclude_path = ["docs/themes"]
13+
exclude_path = ["docs/themes", "CHANGELOG.md"]
1414

1515
exclude = [
1616
# excluding links to pull requests and issues is done for performance

.github/config/super-linter.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FILTER_REGEX_EXCLUDE=mvnw|src/main/generated/.*|docs/themes/.*|keystore.pkcs12|.*.java|prometheus-metrics-exporter-opentelemetry-shaded/pom.xml|CODE_OF_CONDUCT.md|CLAUDE.md
1+
FILTER_REGEX_EXCLUDE=mvnw|src/main/generated/.*|docs/themes/.*|keystore.pkcs12|.*.java|prometheus-metrics-exporter-opentelemetry-shaded/pom.xml|CODE_OF_CONDUCT.md|CLAUDE.md|CHANGELOG.md
22
IGNORE_GITIGNORED_FILES=true
33
JAVA_FILE_NAME=google_checks.xml
44
LOG_LEVEL=ERROR

0 commit comments

Comments
 (0)