Skip to content

Commit 64adb7e

Browse files
committed
Add rector to analyze chain
1 parent 3bcb3c2 commit 64adb7e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.phpcq.yaml.dist

+13-1
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ phpcq:
5757

5858
tasks:
5959
fix:
60-
- composer-normalize
60+
- composer-normalize-fix
6161
- phpcbf
62+
- rector-fix
6263
verify:
6364
- composer-require-checker
6465
- composer-normalize
@@ -69,6 +70,7 @@ tasks:
6970
- phpcs
7071
- psalm
7172
- phpunit
73+
- rector
7274
default:
7375
- verify
7476
- analyze
@@ -99,3 +101,13 @@ tasks:
99101

100102
phpcpd:
101103
config:
104+
105+
composer-normalize-fix:
106+
plugin: composer-normalize
107+
config:
108+
dry_run: false
109+
110+
rector-fix:
111+
plugin: rector
112+
config:
113+
dry-run: false

0 commit comments

Comments
 (0)