Skip to content

Commit 5b34317

Browse files
authored
Bump flint to v0.7.0 (#234)
## Summary - Bump flint from v0.6.0 to v0.7.0 New in v0.7.0: global handling of GitHub line-number anchors (`#L123`, `#L10-L20`) and issue comment fragments (`#issuecomment-*`) in link checks — these no longer need exclusions in `lychee.toml`. ## Test plan - [ ] CI lint passes Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent f6bdcb8 commit 5b34317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mise.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ SUPER_LINTER_VERSION="v8.4.0@sha256:c5e3307932203ff9e1e8acfe7e92e894add6266605b5
1313
# Shared lint tasks from flint (https://github.com/grafana/flint)
1414
[tasks."lint:super-linter"]
1515
description = "Run Super-Linter on the repository"
16-
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/super-linter.sh" # v0.6.0
16+
file = "https://raw.githubusercontent.com/grafana/flint/8822bdc543f28f2c7dd1f697af4df6d89768c507/tasks/lint/super-linter.sh" # v0.7.0
1717
[tasks."lint:links"]
1818
description = "Check for broken links in changed files + all local links"
19-
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/links.sh" # v0.6.0
19+
file = "https://raw.githubusercontent.com/grafana/flint/8822bdc543f28f2c7dd1f697af4df6d89768c507/tasks/lint/links.sh" # v0.7.0
2020
[tasks."lint:renovate-deps"]
2121
description = "Verify renovate-tracked-deps.json is up to date"
22-
file = "https://raw.githubusercontent.com/grafana/flint/5bb3726cfe3305072457c0c4fa85dce5ca154680/tasks/lint/renovate-deps.py" # v0.6.0
22+
file = "https://raw.githubusercontent.com/grafana/flint/8822bdc543f28f2c7dd1f697af4df6d89768c507/tasks/lint/renovate-deps.py" # v0.7.0
2323

2424
[tasks.test]
2525
description = "Run tests"

0 commit comments

Comments
 (0)