mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
12 lines
146 B
YAML
12 lines
146 B
YAML
engines:
|
|
gofmt:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.go"
|
|
exclude_paths:
|
|
- web/**/* |