Skip to content

Commit 2343dfa

Browse files
committed
chore: codeclimate
1 parent 25dce8a commit 2343dfa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.codeclimate.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
checks:
2+
similar_code:
3+
exclude_paths:
4+
- "contracts/tests/"
5+
complexity:
6+
exclude_paths:
7+
- "contracts/tests/"
18
engines:
29
tslint:
310
enabled: true
@@ -7,3 +14,5 @@ engines:
714
exclude_paths:
815
- "web/src/graphql/generated.ts"
916
- "contracts/deployments/"
17+
- "contracts/config/"
18+
- "kleros-sdk/config/"

0 commit comments

Comments
 (0)