diff --git a/.golangci.example.yml b/.golangci.example.yml index a7d20d071fb0..6bed0b21abc0 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -800,7 +800,6 @@ linters-settings: - lostcancel - nilfunc - nilness - - nonamedreturns - printf - reflectvaluecompare - shadow @@ -844,7 +843,6 @@ linters-settings: - lostcancel - nilfunc - nilness - - nonamedreturns - printf - reflectvaluecompare - shadow @@ -1635,18 +1633,23 @@ linters: - asciicheck - bidichk - bodyclose + - containedctx - contextcheck - cyclop - deadcode + - decorder - depguard - dogsled - dupl - durationcheck - errcheck + - errchkjson - errname - errorlint + - execinquery - exhaustive - exhaustivestruct + - exhaustruct - exportloopref - forbidigo - forcetypeassert @@ -1673,12 +1676,14 @@ linters: - gosec - gosimple - govet + - grouper - ifshort - importas - ineffassign - interfacer - ireturn - lll + - maintidx - makezero - maligned - misspell @@ -1689,6 +1694,7 @@ linters: - nlreturn - noctx - nolintlint + - nonamedreturns - nosprintfhostport - paralleltest - prealloc @@ -1726,18 +1732,23 @@ linters: - asciicheck - bidichk - bodyclose + - containedctx - contextcheck - cyclop - deadcode + - decorder - depguard - dogsled - dupl - durationcheck - errcheck + - errchkjson - errname - errorlint + - execinquery - exhaustive - exhaustivestruct + - exhaustruct - exportloopref - forbidigo - forcetypeassert @@ -1764,12 +1775,14 @@ linters: - gosec - gosimple - govet + - grouper - ifshort - importas - ineffassign - interfacer - ireturn - lll + - maintidx - makezero - maligned - misspell @@ -1780,6 +1793,7 @@ linters: - nlreturn - noctx - nolintlint + - nonamedreturns - nosprintfhostport - paralleltest - prealloc