Skip to content

Commit

Permalink
revive
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Oct 31, 2024
1 parent d0dd4ea commit e00aa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Errcheck() error { return mageextras.Errcheck("-blank") }
func Nakedret() error { return mageextras.Nakedret("-l", "0") }

// Revive runs revive.
func Revive() error { return mageextras.Revive() }
func Revive() error { return mageextras.Revive("-set_exit_status") }

// Shadow runs go vet with shadow checks enabled.
func Shadow() error { return mageextras.GoVetShadow() }
Expand Down

0 comments on commit e00aa14

Please sign in to comment.