ipbl/vendor/xorm.io/xorm/.golangci.yml
Paul Lecuq 3fd0689366
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2022-06-05 23:07:32 +02:00

24 lines
431 B
YAML

linters:
enable:
- gosimple
- deadcode
- typecheck
- govet
- errcheck
- staticcheck
- unused
- structcheck
- varcheck
- dupl
#- gocyclo # The cyclomatic complexety of a lot of functions is too high, we should refactor those another time.
- gofmt
- misspell
- gocritic
- bidichk
- ineffassign
enable-all: false
disable-all: true
fast: false
run:
timeout: 3m