mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 11:31:54 +08:00
codeclimate: use only 4/5 defaults
because context.TODO() is a legit function License: MIT Signed-off-by: Zach Ramsay <zach.ramsay@gmail.com>
This commit is contained in:
@ -11,6 +11,12 @@ exclude_paths:
|
|||||||
engines:
|
engines:
|
||||||
fixme:
|
fixme:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
config:
|
||||||
|
strings:
|
||||||
|
- FIXME
|
||||||
|
- HACK
|
||||||
|
- XXX
|
||||||
|
- BUG
|
||||||
golint:
|
golint:
|
||||||
enabled: true
|
enabled: true
|
||||||
govet:
|
govet:
|
||||||
|
Reference in New Issue
Block a user