mirror of
https://github.com/avelino/awesome-go.git
synced 2026-04-11 14:21:47 +08:00
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!
This commit is contained in:
parent
0002f6392b
commit
bf63ecbfd4
@ -1,20 +1,16 @@
|
|||||||
---
|
|
||||||
engines:
|
engines:
|
||||||
rubocop:
|
|
||||||
enabled: true
|
|
||||||
golint:
|
golint:
|
||||||
enabled: true
|
enabled: true
|
||||||
gofmt:
|
gofmt:
|
||||||
enabled: true
|
enabled: true
|
||||||
govet:
|
govet:
|
||||||
enabled: true
|
enabled: true
|
||||||
fixme:
|
|
||||||
enabled: true
|
|
||||||
duplication:
|
duplication:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
languages:
|
languages:
|
||||||
- go
|
- go
|
||||||
|
|
||||||
ratings:
|
ratings:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user