terraform-provider-eventline/.golangci.yml

27 lines
463 B
YAML
Raw Permalink Normal View History

# Visit https://golangci-lint.run/ for usage documentation
# and information on other useful linters
issues:
max-issues-per-linter: 0
max-same-issues: 0
linters:
disable-all: true
enable:
- copyloopvar
- durationcheck
- errcheck
- forcetypeassert
- godot
- gofmt
- gosimple
- govet
- ineffassign
- makezero
- misspell
- nilerr
- predeclared
- staticcheck
- unconvert
- unparam
- unused