File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ include_fragments = true
1212base_url = " https://prometheus.github.io"
1313exclude_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-
2015exclude = [
2116 # excluding links to pull requests and issues is done for performance
2217 " ^https://github.com/prometheus/client_java/(issues|pull)/\\ d+$" ,
Original file line number Diff line number Diff 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" ]
5555description = " 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" ]
5959description = " 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" ]
6363description = " 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" ]
6767description = " Run all lints"
You can’t perform that action at this time.
0 commit comments