Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit e186c36

Browse files
author
Tyll Weiß
committed
[TASK] Set the correct paths for the codeclimate rating system
1 parent e5a619a commit e186c36

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.codeclimate.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ engines:
33
enabled: true
44
ratings:
55
paths:
6-
- "Src/**"
6+
- "src/**"
77
exclude_paths:
8-
- "Tests/**"
9-
- "Dist/**"
108
- "CHANGELOG.md"
119
- "package.json"
12-
- "README.md"
10+
- "README.md"

0 commit comments

Comments
 (0)