bbgo_origin/.golangci.yml
2022-06-17 20:27:03 +09:00

10 lines
121 B
YAML

run:
issues-exit-code: 0
tests: true
timeout: 5m
linters:
disable-all: true
enable:
- gofmt
- gosimple