1
0
Fork 0
mirror of https://github.com/avelino/awesome-go.git synced 2024-10-16 11:58:26 -04:00
go/.codeclimate.yml
2023-04-03 08:16:16 -03:00

20 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"