Skip to content

Commit 11c8057

Browse files
authored
Merge branch 'dev' into refactor/graphql-batching-and-optimisations
2 parents 1fb3749 + ec16bb7 commit 11c8057

File tree

3 files changed

+62
-51
lines changed

3 files changed

+62
-51
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)