Skip to content

Commit 53b6057

Browse files
committed
fix(grumphp): use correct config for phpmd
1 parent 2c70d3e commit 53b6057

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

grumphp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
parameters:
22
git_dir: .
33
bin_dir: vendor/bin
4-
hooks_dir: .grumphp
54
tasks:
65
phpmd:
7-
exclude:
8-
- vendor/
9-
- database/
6+
ruleset:
7+
- phpmd.xml
108
phpcs: ~
119
phpcsfixer2: ~
1210

0 commit comments

Comments
 (0)