dyndns-client/.golangci.yml

28 lines
336 B
YAML
Raw Normal View History

issues:
exclude-dirs:
2022-03-11 09:34:55 +00:00
- it
run:
2022-03-11 09:34:55 +00:00
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