mirror of
1
Fork 0
gotosocial/vendor/github.com/go-pg/pg/v10/.golangci.yml

19 lines
249 B
YAML

run:
concurrency: 8
deadline: 5m
tests: false
linters:
enable-all: true
disable:
- gochecknoglobals
- gocognit
- gomnd
- wsl
- funlen
- godox
- goerr113
- exhaustive
- nestif
- gofumpt
- goconst