bbgo_origin/.golangci.yml

10 lines
121 B
YAML
Raw Permalink Normal View History

run:
issues-exit-code: 0
2022-06-17 11:27:03 +00:00
tests: true
timeout: 5m
linters:
disable-all: true
enable:
- gofmt
2022-06-17 11:19:51 +00:00
- gosimple