mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 05:18:18 +01:00
Rename composer all to composer complete-check
This commit is contained in:
parent
f15348069d
commit
2c46e26cfa
@ -387,7 +387,7 @@ Just follow 3 rules:
|
||||
- Tests, coding standard and PHPStan **checks must pass**
|
||||
|
||||
```bash
|
||||
composer all
|
||||
composer complete-check
|
||||
```
|
||||
|
||||
Don you need to fix coding standards? Run:
|
||||
|
@ -57,7 +57,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"all": ["@check-cs", "phpunit", "@phpstan"],
|
||||
"complete-check": ["@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