Skip to content

Commit 110e239

Browse files
authored
Added make infection command to run it locally (#30)
1 parent 9300dcc commit 110e239

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ phpstan:
3333
.PHONY: phpstan-generate-baseline
3434
phpstan-generate-baseline:
3535
php vendor/bin/phpstan analyse -c phpstan.neon -b phpstan-baseline.neon
36+
37+
.PHONY: infection
38+
infection:
39+
php vendor/bin/infection --ignore-msi-with-no-mutations --logger-text=php://stdout

0 commit comments

Comments
 (0)