Skip to content

Commit 3b13e1a

Browse files
committed
chore(deps): update dependency grafana/flint to v0.6.0
Remove lychee remap workaround for lycheeverse/lychee#1729 as flint v0.6.0 now handles GitHub fragment URL remaps natively. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 5093750 commit 3b13e1a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/config/lychee.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ include_fragments = true
1212
base_url = "https://prometheus.github.io"
1313
exclude_path = ["docs/themes"]
1414

15-
remap = [
16-
# workaround for https://github.com/lycheeverse/lychee/issues/1729
17-
"https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4"
18-
]
19-
2015
exclude = [
2116
# excluding links to pull requests and issues is done for performance
2217
"^https://github.com/prometheus/client_java/(issues|pull)/\\d+$",

mise.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ run = "./mvnw install -DskipTests -Dcoverage.skip=true"
5353
# Shared lint tasks from flint (https://github.com/grafana/flint)
5454
[tasks."lint:super-linter"]
5555
description = "Run Super-Linter on the repository"
56-
file = "https://raw.githubusercontent.com/grafana/flint/79215390bdc8aa92f2c01e350062aa4bbbbf1858/tasks/lint/super-linter.sh" # v0.5.0
56+
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/super-linter.sh" # v0.6.0
5757

5858
[tasks."lint:links"]
5959
description = "Lint links"
60-
file = "https://raw.githubusercontent.com/grafana/flint/79215390bdc8aa92f2c01e350062aa4bbbbf1858/tasks/lint/links.sh" # v0.5.0
60+
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/links.sh" # v0.6.0
6161

6262
[tasks."lint:renovate-deps"]
6363
description = "Verify renovate-tracked-deps.json is up to date"
64-
file = "https://raw.githubusercontent.com/grafana/flint/79215390bdc8aa92f2c01e350062aa4bbbbf1858/tasks/lint/renovate-deps.py" # v0.5.0
64+
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/renovate-deps.py" # v0.6.0
6565

6666
[tasks."lint"]
6767
description = "Run all lints"

0 commit comments

Comments
 (0)