Marvin Preuss
1d4ae27878
All checks were successful
continuous-integration/drone/push Build is passing
23 lines
299 B
YAML
23 lines
299 B
YAML
linters:
|
|
enable:
|
|
- asciicheck
|
|
- bodyclose
|
|
- depguard
|
|
- dogsled
|
|
- durationcheck
|
|
- errcheck
|
|
- exportloopref
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- gosec
|
|
- govet
|
|
- importas
|
|
- megacheck
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- revive
|
|
- unconvert
|
|
- unparam
|
|
- wastedassign |