Merge pull request #249 from carusogabriel/complete-check

Rename composer all to composer complete-check
This commit is contained in:
Tomáš Votruba 2017-12-29 13:33:56 +01:00 committed by GitHub
commit de14cd7ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -380,7 +380,7 @@ Just follow 3 rules:
- Tests, coding standards and PHPStan **checks must pass**:
```bash
composer all
composer complete-check
```
Don you need to fix coding standards? Run:

View File

@ -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"