We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856d1f5 commit 6327126Copy full SHA for 6327126
mise.lock
mise.toml
@@ -9,7 +9,6 @@ _.path = ["{{ config_root }}/bin"]
9
10
[alias]
11
# Specify sources for all tools so we can refer to them directly.
12
-requiredfield = "go:go.abhg.dev/requiredfield/cmd/requiredfield"
13
golangci-lint = "aqua:golangci/golangci-lint"
14
changie = "ubi:miniscruff/changie"
15
@@ -23,15 +22,14 @@ gotestsum = "latest"
23
22
# Stricter code formatting.
24
gofumpt = "latest"
25
26
-# Check for required fields in structs.
27
-requiredfield = "0.5.0"
28
-
29
# Collection of linters.
30
golangci-lint = "latest"
31
32
# Changelog manager.
33
changie = "latest"
34
+"ubi:abhinav/requiredfield" = "latest"
+
35
[tasks.generate]
36
depends = ["tools"]
37
description = "Update generated code"
0 commit comments