transocks/.golangci.yml
2019-08-08 09:23:03 +09:00

9 lines
125 B
YAML

linters:
enable:
- dupl
- goconst
- gofmt
- golint
- typecheck
- unparam