Skip to content

Commit 8f6712c

Browse files
committed
Exclude test folder from Code Climate
1 parent d082187 commit 8f6712c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.codeclimate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ ratings:
1717
- "**.js"
1818
- "**.jsx"
1919
exclude_paths:
20-
- build/
21-
- test/build/
20+
- "test"
2221
- "**/__tests__"

0 commit comments

Comments
 (0)