bbgo_origin/.golangci.yml
2022-06-17 20:19:51 +09:00

9 lines
108 B
YAML

run:
issues-exit-code: 0
tests: false
linters:
disable-all: true
enable:
- gofmt
- gosimple