mirror of
https://github.com/avelino/awesome-go.git
synced 2026-04-11 14:21:47 +08:00
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!
17 lines
199 B
YAML
17 lines
199 B
YAML
engines:
|
|
golint:
|
|
enabled: true
|
|
gofmt:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- go
|
|
|
|
ratings:
|
|
paths:
|
|
- "**.go"
|