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 1a87127 commit 1748301Copy full SHA for 1748301
magefile.go
@@ -43,7 +43,7 @@ var Aliases = map[string]interface{}{
43
// Check runs all the checks
44
// nolint: deadcode,unparam // it's used as a `mage` target and requires returning an error
45
func Check() error {
46
- mg.Deps(devtools.Deps.CheckModuleTidy, CheckLicenseHeaders)
+ mg.Deps(devtools.Deps.CheckModuleTidy, CheckLicenseHeaders, Fmt)
47
mg.Deps(devtools.CheckNoChanges)
48
return nil
49
}
0 commit comments