Skip to content

Commit 96b5920

Browse files
committed
chore: fix bad code climate exclude glob
1 parent 2a8f426 commit 96b5920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codeclimate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclude_patterns:
2-
- "lib/**/!(*spec).ts"
2+
- "lib/**/*spec.ts"

0 commit comments

Comments
 (0)