diff --git a/.golangci.yaml b/.golangci.yaml index a2ff4917..61d9dfbe 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -61,7 +61,6 @@ linters: - cyclop - depguard - exhaustruct - - exportloopref - funlen - gocyclo - godox @@ -74,5 +73,6 @@ linters: - paralleltest - protogetter - tagalign + - tenv - varnamelen - - wrapcheck \ No newline at end of file + - wrapcheck