aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.go b/tools.go
index 184415a..2ee63a6 100644
--- a/tools.go
+++ b/tools.go
@@ -1,7 +1,7 @@
//go:build tools
// +build tools
-//go:generate go run honnef.co/go/tools/cmd/staticcheck -checks inherit ./...
+//go:generate go run honnef.co/go/tools/cmd/staticcheck -checks inherit,-SA1019 ./...
package tools