mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 20:23:49 +01:00
Merge pull request #228 from carusogabriel/phpstan
Add PHPStan to composer all command
This commit is contained in:
commit
760431d488
@ -57,7 +57,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"all": ["@check-cs", "phpunit"],
|
||||
"all": ["@check-cs", "phpunit", "@phpstan"],
|
||||
"check-cs": "vendor/bin/ecs check bin packages src tests",
|
||||
"fix-cs": "vendor/bin/ecs check bin packages src tests --fix",
|
||||
"phpstan": "vendor/bin/phpstan.phar analyse packages src tests --level max --configuration phpstan.neon"
|
||||
|
Loading…
x
Reference in New Issue
Block a user