diff --git a/.golangci.yml b/.golangci.yml index eb311f8..904d008 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,3 +4,7 @@ issues: - path: _test.go linters: - errcheck +linters-settings: + staticcheck: + checks: + - "-SA1019"