Skip to content

Commit 54acfa4

Browse files
committed
codeclimate file added
1 parent 8ba01f4 commit 54acfa4

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.codeclimate.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
version: '2'
22
checks:
33
argument-count:
4-
enabled: true
4+
config:
5+
threshold: 5
56
method-complexity:
6-
enabled: true
7-
duplication:
8-
enabled: true
9-
10-
ratings:
11-
paths:
12-
- src/
7+
config:
8+
threshold: 10
139

14-
exclude_paths:
15-
- tests/
10+
exclude_patterns:
1611
- vendor/
12+
- tests/
13+
14+
plugins:
15+
php:
16+
enabled: true
17+
config:
18+
paths:
19+
- src/

0 commit comments

Comments
 (0)