diff --git a/.golangci.yml b/.golangci.yml index fdb884c8..48e0f0e2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ --- run: concurrency: 6 - deadline: 5m + timeout: 5m issues: # Maximum issues count per one linter. # Set to 0 to disable. @@ -19,12 +19,12 @@ linters: enable: - asciicheck - bodyclose + - copyloopvar - depguard - dogsled - errcheck - errorlint - exhaustive - - exportloopref - gci #- gochecknoinits - gocognit