Merge pull request #267 from ipfs/codeclimate

Adjust some codeclimate settings
This commit is contained in:
Hector Sanjuan 2017-12-08 21:08:53 +01:00 committed by GitHub
commit 4409df681b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,19 @@ ratings:
paths:
- "**/*.go"
checks:
file-lines:
config:
threshold: 500
method-complexity:
config:
threshold: 8
method-lines:
config:
threshold: 60
similar-code:
enabled: false
engines:
fixme:
enabled: true