Markus Pesch
9a997bd691
All checks were successful
continuous-integration/drone/push Build is passing
29 lines
366 B
YAML
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 |