diff --git a/.golangci.yml b/.golangci.yml index f9b8c82c1..88d8c2282 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -225,17 +225,19 @@ linters: - funlen - gci - gochecknoglobals + - gochecknoinits - gocognit - goconst - godot - goerr113 - golint - gomnd + - gomoddirectives - gosec - ifshort + - inamedparam - interfacebloat - interfacer - - inamedparam - ireturn - maintidx - maligned @@ -248,11 +250,12 @@ linters: - protogetter - revive - scopelint - - structcheck - sqlclosecheck + - structcheck + - tagalign - testableexamples - - testpackage - testifylint + - testpackage - thelper - varcheck - varnamelen