mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 06:47:51 +08:00
Merge pull request #3821 from ipfs/feat/codeclimate
misc: try enabling codeclimate
This commit is contained in:
commit
87f8af3577
18
.codeclimate.yml
Normal file
18
.codeclimate.yml
Normal file
@ -0,0 +1,18 @@
|
||||
ratings:
|
||||
paths:
|
||||
- **/*.go
|
||||
|
||||
exclude_paths:
|
||||
- test/
|
||||
- Godeps/
|
||||
- thirdparty/
|
||||
|
||||
engines:
|
||||
fixme:
|
||||
enabled: true
|
||||
golint:
|
||||
enabled: true
|
||||
govet:
|
||||
enabled: true
|
||||
gofmt:
|
||||
enabled: true
|
||||
Loading…
Reference in New Issue
Block a user