Skip to content

Commit cc90a8d

Browse files
committed
ci(codeclimate): Fix paths config
1 parent f7bf209 commit cc90a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ engines:
1212
- javascript
1313
ratings:
1414
paths:
15-
- src/index.js
15+
- lib/**/*.js
1616
- test/*.js
1717
- test/helpers/*.js

0 commit comments

Comments
 (0)