vmail/vendor/gopkg.in/ini.v1/.golangci.yml
Paul Lecuq 1f0d63b2a7
All checks were successful
continuous-integration/drone/push Build is passing
updated vmail (merge back and frontend, misc changes)
2021-12-27 23:51:54 +01:00

22 lines
345 B
YAML

linters-settings:
nakedret:
max-func-lines: 0 # Disallow any unnamed return statement
linters:
enable:
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- nakedret
- gofmt
- rowserrcheck
- unconvert
- goimports