version: "2" run: issues-exit-code: 1 tests: true output: formats: text: path: stdout print-linter-name: true print-issued-lines: true path-prefix: "" linters: enable: - bodyclose - copyloopvar - misspell - revive - whitespace exclusions: generated: lax presets: - common-false-positives - legacy - std-error-handling rules: - linters: - revive path: example_test.go text: seems to be unused - linters: - revive text: package-comments paths: - local - third_party$ - builtin$ - examples$ issues: max-same-issues: 100 fix: true formatters: enable: - gofumpt - goimports exclusions: generated: lax paths: - local - third_party$ - builtin$ - examples$