Skip to content

Commit 810657d

Browse files
authored
Merge pull request #224 from maxmind/greg/eng-4369
ENG-4369: Update golangci-lint to 2.11.3 via mise
2 parents 819f226 + 6f1740f commit 810657d

2 files changed

Lines changed: 239 additions & 27 deletions

File tree

mise.lock

Lines changed: 228 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mise.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[settings]
22
lockfile = true
3-
locked = true
3+
disable_backends = [
4+
"asdf",
5+
"vfox",
6+
]
47

58
[tools]
69
go = "latest"
@@ -10,6 +13,13 @@ node = "latest"
1013
"github:houseabsolute/precious" = "latest"
1114
"npm:prettier" = "latest"
1215

16+
[hooks]
17+
enter = "mise install --quiet"
18+
19+
[[watch_files]]
20+
patterns = ["mise.toml", "mise.lock"]
21+
run = "mise install --quiet"
22+
1323
[tasks.build-docs]
1424
description = "Build the spec site with Hugo"
1525
run = "hugo --source docs --minify"

0 commit comments

Comments
 (0)