Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Mar 4, 2025
1 parent fe8d3c6 commit 623a988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magefile.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build mage

package main

import (
Expand Down Expand Up @@ -68,7 +69,7 @@ func Revive() error { return mageextras.Revive("-set_exit_status") }
func Shadow() error { return mageextras.GoVetShadow() }

// Staticcheck runs staticcheck.
func Staticcheck() error { return mageextras.Staticcheck() }
func Staticcheck() error { return mageextras.Staticcheck("./...") }

// Unmake runs unmake.
func Unmake() error {
Expand Down

0 comments on commit 623a988

Please # to comment.