Skip to content

Commit a6cae74

Browse files
committed
exclude tests from codeclimate
1 parent bf4099c commit a6cae74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.codeclimate.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ engines:
1313
ratings:
1414
paths:
1515
- "**.js"
16-
exclude_paths: []
16+
exclude_paths:
17+
- "tests/"

0 commit comments

Comments
 (0)