linters: disable-all: true enable: - bodyclose - dogsled - dupl - errcheck - exportloopref - gochecknoinits - goconst - gocritic - gocyclo - godot - gofmt - goimports - gosec - gosimple - govet - ineffassign - misspell - nakedret - prealloc - revive - staticcheck - typecheck - unconvert - unparam - unused - whitespace issues: exclude-rules: - path: _test\.go linters: - goconst - prealloc - path: _test\.go text: "G306:" linters: - gosec - path: errors_test\.go linters: - unused - path: http/example_test\.go linters: - errcheck - bodyclose