diff --git a/.golangci.yml b/.golangci.yml index b6cc945a..7c49a522 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -41,6 +41,7 @@ linters: - nonamedreturns # visit this back later - paralleltest - perfsprint + - recvcheck - tagliatelle - testifylint # TODO: revisit when we have the chance - testpackage