Files
getidev/.golangci.yml
Markus Pesch 0298a6a2bf
Some checks failed
continuous-integration/drone/push Build is failing
feat: renovate, update makefile, markdownlint, golancilint, drone integration
2024-04-08 16:18:46 +02:00

27 lines
346 B
YAML

run:
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