coronafana/vendor/gopkg.in/ini.v1/.golangci.yml
Paul Lecuq a102b58576
All checks were successful
continuous-integration/drone/push Build is passing
updates on xorm branch
2021-10-17 13:35:17 +02: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