diff --git a/templates/go/.golangci.yml b/templates/go/.golangci.yml index b88a51d..4482aa9 100644 --- a/templates/go/.golangci.yml +++ b/templates/go/.golangci.yml @@ -5,6 +5,8 @@ linters: - bidichk - contextcheck - decorder + - err13 + - errorlint - exhaustive - fatcontext - gosec @@ -16,6 +18,7 @@ linters: - prealloc - recvcheck - sloglint + - unparam - usestdlibvars settings: recvcheck: