diff --git a/.golangci.yml b/.golangci.yml index 71db871ab..0648886cc 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,11 +39,14 @@ linters: - noctx - nosprintfhostport - predeclared + - protogetter - reassign - revive + - sloglint - staticcheck - tagalign - tenv + - testifylint - typecheck - unconvert - unparam