File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[checks .lychee ]
22check_all_local = true
3+
4+ [settings ]
5+ setup_migration_version = 2
Original file line number Diff line number Diff line change 11[tools ]
22
33# Linters
4- actionlint = " 1.7.12"
5- "cargo:xmloxide" = " 0.4.2"
6- "cargo:yaml-lint" = " 0.1.0"
7- editorconfig-checker = " 3.6.1"
8- "github:google/google-java-format" = " 1.35.0"
94"github:grafana/flint" = " 0.20.4"
10- "github:pinterest/ktlint" = " 1.8.0"
115lychee = " 0.23.0"
12- "pipx:codespell" = " 2.4.2"
13- rumdl = " 0.1.80"
14- shellcheck = " 0.11.0"
15- shfmt = " 3.13.1"
16-
17- [env ]
18- FLINT_CONFIG_DIR = " .github/config"
196
207[settings ]
218# Only install tools explicitly defined in the [tools] section above
@@ -28,10 +15,6 @@ windows_default_file_shell_args = "bash"
2815use_file_shell_for_executable_tasks = true
2916
3017[tasks .lint ]
31- description = " Run lint checks"
18+ description = " Run link checks"
3219raw_args = true
33- run = " flint run"
34-
35- [tasks ."lint:fix" ]
36- description = " Auto-fix lint issues"
37- run = " flint run --fix"
20+ run = " flint run lychee"
You can’t perform that action at this time.
0 commit comments