aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-08-09 13:17:01 +0200
committerMartin Polden <mpolden@mpolden.no>2021-08-09 13:17:16 +0200
commit71c25120e387f6c1c384172c85dad88d7e9c8880 (patch)
tree5c41a949bce51513d913f1abbce165cc8d6c4915
parentbee59bca7fcf9999889024326968044d91875460 (diff)
build: Stop ignoring SA5008
-rw-r--r--tools.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools.go b/tools.go
index 469075e..8b4b3ae 100644
--- a/tools.go
+++ b/tools.go
@@ -1,7 +1,6 @@
// +build tools
-// Disable SA5008 because cmd packages has a duplicate "choice" tag
-//go:generate go run honnef.co/go/tools/cmd/staticcheck -checks inherit,-SA5008 ./...
+//go:generate go run honnef.co/go/tools/cmd/staticcheck -checks inherit ./...
package tools