Skip to content

Commit

Permalink
ci: exclude ringpop from codeclimate analysis
Browse files Browse the repository at this point in the history
its a lot of vendored code that needs a little attentionn down the road
  • Loading branch information
Eric Satterwhite committed Apr 26, 2020
1 parent 3655fb2 commit 913f616
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
version: "2"
engines:
csslint:
enabled: false
Expand All @@ -14,11 +14,23 @@ engines:
ratings:
paths:
- "**.js"
checks:
method-lines:
enabled: false
file-lines:
enabled: false
complex-logic:
enabled: false
method-complexity:
config:
threshold: 9
exclude_paths:
- test/
- docs/
- assets/
- compose/
- scripts/
- tutorials/

- packages/ringpop/
- packages/**/test/
- packages/skyring/lib/server/api/validators/timer.js

0 comments on commit 913f616

Please sign in to comment.