g2g/vendor/gopkg.in/ini.v1/.golangci.yml
Paul Lecuq 174289b1fe
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
updated g2g dependencies
2021-11-07 21:13:07 +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