mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
Remove codeclimate (#55)
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
version: "2"
|
||||
checks:
|
||||
argument-count:
|
||||
config:
|
||||
threshold: 6
|
||||
complex-logic:
|
||||
config:
|
||||
threshold: 5
|
||||
file-lines:
|
||||
config:
|
||||
threshold: 600
|
||||
method-complexity:
|
||||
config:
|
||||
threshold: 6
|
||||
method-count:
|
||||
config:
|
||||
threshold: 20
|
||||
method-lines:
|
||||
config:
|
||||
threshold: 50
|
||||
nested-control-flow:
|
||||
config:
|
||||
threshold: 4
|
||||
return-statements:
|
||||
enabled: false
|
||||
similar-code:
|
||||
config:
|
||||
threshold: 40
|
||||
identical-code:
|
||||
config:
|
||||
threshold: 40
|
||||
exclude_patterns:
|
||||
- "docs/"
|
||||
- ".gitlab-ci/"
|
||||
- "scripts/"
|
||||
- "Tests/"
|
||||
- "*.md"
|
||||
- "*.resolved"
|
||||
- "*.txt"
|
||||
@@ -11,7 +11,6 @@
|
||||
<p>
|
||||
<a href="https://gitlab.com/Mordil/RediStack/pipelines"><img src="https://gitlab.com/Mordil/RediStack/badges/master/pipeline.svg" alt="Build Status"></a>
|
||||
<a href="https://docs.redistack.info"><img src="https://docs.redistack.info/badge.svg" alt="Documentation Coverage"></a>
|
||||
<a href="https://codeclimate.com/github/Mordil/RediStack/maintainability"><img src="https://api.codeclimate.com/v1/badges/b6fd5e7a3e669165a21b/maintainability" /></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user