avelino-awesome-go/.codeclimate.yml
simplysatvika bf63ecbfd4
updated .codeclimate.yml (#5884)
hi there! I am a hs cs student participating in hacktoberfest (: I made some edits and did the task you asked about, removing the unnecessary lines and I would really appreciate an approval! tysm!
2025-10-21 06:56:53 -03:00

17 lines
199 B
YAML

engines:
golint:
enabled: true
gofmt:
enabled: true
govet:
enabled: true
duplication:
enabled: true
config:
languages:
- go
ratings:
paths:
- "**.go"