File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ exclude = [
44 " CHANGELOG.md" ,
55 " ibm-mq-metrics/docs/metrics.md" ,
66]
7+ setup_migration_version = 2
78
89[checks .lychee ]
910check_all_local = true
Original file line number Diff line number Diff line change 11[tools ]
22
33# Linters
4- actionlint = " 1.7.12"
5- biome = " 2.4.12"
6- "cargo:xmloxide" = " 0.4.2"
7- "cargo:yaml-lint" = " 0.1.0"
8- editorconfig-checker = " 3.6.1"
9- "github:google/google-java-format" = " 1.35.0"
104"github:grafana/flint" = " 0.20.4"
11- "github:pinterest/ktlint" = " 1.8.0"
125lychee = " 0.23.0"
13- "pipx:codespell" = " 2.4.2"
14- rumdl = " 0.1.80"
15- shellcheck = " 0.11.0"
16- shfmt = " 3.13.1"
176
187[env ]
198FLINT_CONFIG_DIR = " .github/config"
@@ -29,10 +18,6 @@ windows_default_file_shell_args = "bash"
2918use_file_shell_for_executable_tasks = true
3019
3120[tasks .lint ]
32- description = " Run markdown and link linting "
21+ description = " Run link checks "
3322raw_args = true
34- run = " flint run rumdl lychee"
35-
36- [tasks ."lint:fix" ]
37- description = " Auto-fix lint issues"
38- run = " flint run --fix rumdl"
23+ run = " flint run lychee"
You can’t perform that action at this time.
0 commit comments