version: "2" linters: default: all disable: - cyclop - depguard - err113 - exhaustruct - forcetypeassert - funlen - gochecknoglobals - gochecknoinits - gocognit - goconst - gocyclo - godox - ireturn - lll - maintidx - mnd - nakedret - nestif - nlreturn - nonamedreturns - unused - wrapcheck - wsl exclusions: generated: lax presets: - comments - common-false-positives - legacy - std-error-handling paths: - third_party$ - builtin$ - examples$ issues: max-issues-per-linter: 0 max-same-issues: 0 formatters: enable: - gci - gofmt - gofumpt - goimports exclusions: generated: lax paths: - third_party$ - builtin$ - examples$