mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
21 lines
254 B
YAML
21 lines
254 B
YAML
|
---
|
||
|
engines:
|
||
|
rubocop:
|
||
|
enabled: true
|
||
|
golint:
|
||
|
enabled: true
|
||
|
gofmt:
|
||
|
enabled: true
|
||
|
govet:
|
||
|
enabled: true
|
||
|
fixme:
|
||
|
enabled: true
|
||
|
duplication:
|
||
|
enabled: true
|
||
|
config:
|
||
|
languages:
|
||
|
- go
|
||
|
ratings:
|
||
|
paths:
|
||
|
- "**.go"
|