dyndns-client/.golangci.yml
Markus Pesch b56521645e
Some checks reported errors
continuous-integration/drone/push Build encountered an error
test(golangci): adapt list of default linters
2025-01-08 19:11:04 +01:00

28 lines
336 B
YAML

issues:
exclude-dirs:
- it
run:
timeout: 10m
tests: true
linters:
disable-all: true
enable:
# Default
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
# Additionally linters
- bodyclose
- misspell
- nilerr
- rowserrcheck
- sqlclosecheck
- unparam
- whitespace