From 03b67dbfcaa0b5d64aa7fbec8c9f1f537b2e005c Mon Sep 17 00:00:00 2001 From: Jack Berg <34418638+jack-berg@users.noreply.github.com> Date: Mon, 11 May 2026 15:49:40 -0500 Subject: [PATCH 1/2] Fix link checking --- mise.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 35c1a3b1e69..79442d99cd5 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] # Linters -"github:grafana/flint" = "0.22.0" +"aqua:grafana/flint" = "0.22.0" lychee = "0.24.2" [env] @@ -10,6 +10,8 @@ FLINT_CONFIG_DIR = ".github/config" [settings] # Only install tools explicitly defined in the [tools] section above idiomatic_version_file_enable_tools = [] +# flint releases do not have GitHub artifact attestations +aqua.github_attestations = false # Windows configuration for file-based tasks # Based on: https://github.com/jdx/mise/discussions/4461 From e2595ad7493b970ab0ec73ef5e79b5a726f567bf Mon Sep 17 00:00:00 2001 From: Jack Berg <34418638+jack-berg@users.noreply.github.com> Date: Mon, 11 May 2026 15:54:58 -0500 Subject: [PATCH 2/2] Update to flint 0.22.2 --- mise.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mise.toml b/mise.toml index 79442d99cd5..31891d260f7 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] # Linters -"aqua:grafana/flint" = "0.22.0" +"aqua:grafana/flint" = "0.22.2" lychee = "0.24.2" [env] @@ -10,8 +10,6 @@ FLINT_CONFIG_DIR = ".github/config" [settings] # Only install tools explicitly defined in the [tools] section above idiomatic_version_file_enable_tools = [] -# flint releases do not have GitHub artifact attestations -aqua.github_attestations = false # Windows configuration for file-based tasks # Based on: https://github.com/jdx/mise/discussions/4461