All checks were successful
continuous-integration/drone/push Build is passing
See #478
28 lines
376 B
YAML
28 lines
376 B
YAML
run:
|
|
tests: false
|
|
|
|
issues:
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 0
|
|
|
|
linters:
|
|
enable:
|
|
- bodyclose
|
|
- dupl
|
|
- exportloopref
|
|
- goconst
|
|
- godot
|
|
- godox
|
|
- goimports
|
|
- golint
|
|
- goprintffuncname
|
|
- gosec
|
|
- ifshort
|
|
- misspell
|
|
- prealloc
|
|
- rowserrcheck
|
|
- sqlclosecheck
|
|
- unconvert
|
|
- unparam
|
|
- whitespace
|