mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +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:
|
||||
fixme:
|
||||
enabled: true
|
||||
config:
|
||||
strings:
|
||||
- FIXME
|
||||
- HACK
|
||||
- XXX
|
||||
- BUG
|
||||
golint:
|
||||
enabled: true
|
||||
govet:
|
||||
|
Reference in New Issue
Block a user