qrz/vendor/gopkg.in/ini.v1/.golangci.yml
Paul Lecuq 0cae2e5138
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2022-03-26 12:13:52 +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