Skip to content

Commit e0c676b

Browse files
authored
Apply codeclimate only on src/ and test/
1 parent 1a63101 commit e0c676b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.codeclimate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ engines:
1010

1111
ratings:
1212
paths:
13-
- "**.js"
14-
13+
- "src/**.js"
14+
- "test/**.js"
1515
exclude_paths:

0 commit comments

Comments
 (0)