Skip to content

Commit 374c888

Browse files
committed
chore: correct codeclimate.yml format
1 parent 1a4b81b commit 374c888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.codeclimate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ engines:
44
enabled: true
55
duplication:
66
enabled: true
7+
exclude_patterns:
8+
- spec/
79
config:
810
languages:
911
- ruby
1012
- javascript
11-
exclude_paths:
12-
- spec/
1313
eslint:
1414
enabled: true
1515
fixme:
@@ -26,7 +26,7 @@ ratings:
2626
- "**.php"
2727
- "**.py"
2828
- "**.rb"
29-
exclude_paths:
29+
exclude_patterns:
3030
- script/
3131
- vendor/
3232
- public/Network Graph_files/

0 commit comments

Comments
 (0)