go_dreamfactory/.golangci.yml
2022-09-07 18:25:58 +08:00

25 lines
368 B
YAML

run:
skip-dirs:
- pb
- sys/configure/
tests: false
go: '1.18'
output:
# format: json
sort-results: true
linters:
disable-all: true
enable:
- nilerr
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
# more linters https://golangci-lint.run/usage/linters/
linters-settings:
funlen:
statements: 60