dyndns-client/.golangci.yml
Markus Pesch 85c288970a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fix(ci): renovate, golang-ci lint
2022-03-11 10:36:42 +01:00

29 lines
366 B
YAML

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