Skip to content

Commit ea1349d

Browse files
committed
Exclude test files from Code Climate ratings
1 parent 6873ffa commit ea1349d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.codeclimate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ exclude_patterns:
4545
- "**/node_modules/"
4646
- "/test/"
4747
- "**/*.d.ts"
48+
- "__mocks__/"
49+
- "jest.*.js"
4850
plugins:
4951
fixme:
5052
enabled: true

0 commit comments

Comments
 (0)