Skip to content

Commit ca02dff

Browse files
authored
chore(deps): update flint to v0.5.0 and use slim super-linter (#1887)
## Summary - Update flint from v0.4.0 to v0.5.0 - Switch from full Super-Linter image to the slim variant (~2 GB smaller), which excludes Rust, .NET/C#, PowerShell, and ARM template linters that this project doesn't use ## Test plan - [x] `mise run lint` passes locally Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 3d5494d commit ca02dff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mise.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ protoc = "33.5"
1010
[env]
1111
RENOVATE_TRACKED_DEPS_EXCLUDE="github-actions,github-runners"
1212
# renovate: datasource=docker depName=ghcr.io/super-linter/super-linter
13-
SUPER_LINTER_VERSION="v8.5.0@sha256:6831c0a801d353b510e4e468a3209a8a48bf0102e193d5c7e94e57667fdf64eb"
13+
SUPER_LINTER_VERSION="slim-v8.5.0@sha256:857dcc3f0bf5dd065fdeed1ace63394bb2004238a5ef02910ea23d9bcd8fd2b8"
1414

1515
[tasks.ci]
1616
description = "CI Build"
@@ -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/986a4ca33894e67ac54363fe9c814432ffd6dd9b/tasks/lint/super-linter.sh" # v0.4.0
56+
file = "https://raw.githubusercontent.com/grafana/flint/79215390bdc8aa92f2c01e350062aa4bbbbf1858/tasks/lint/super-linter.sh" # v0.5.0
5757

5858
[tasks."lint:links"]
5959
description = "Lint links"
60-
file = "https://raw.githubusercontent.com/grafana/flint/986a4ca33894e67ac54363fe9c814432ffd6dd9b/tasks/lint/links.sh" # v0.4.0
60+
file = "https://raw.githubusercontent.com/grafana/flint/79215390bdc8aa92f2c01e350062aa4bbbbf1858/tasks/lint/links.sh" # v0.5.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/986a4ca33894e67ac54363fe9c814432ffd6dd9b/tasks/lint/renovate-deps.py" # v0.4.0
64+
file = "https://raw.githubusercontent.com/grafana/flint/79215390bdc8aa92f2c01e350062aa4bbbbf1858/tasks/lint/renovate-deps.py" # v0.5.0
6565

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

0 commit comments

Comments
 (0)