rename clean_levels.sh to bin/clean_trailing_spaces.sh

This commit is contained in:
Tomas Votruba 2018-08-16 16:48:59 +02:00
parent f91a299f4c
commit d52308c078
2 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
"check-cs": "vendor/bin/ecs check bin packages src tests",
"fix-cs": [
"vendor/bin/ecs check bin packages src tests --fix",
"bin/clean_levels.sh"
"bin/clean_trailing_spaces.sh"
],
"phpstan": "vendor/bin/phpstan analyse packages src tests --level max",
"update-docs": "bin/rector generate-rector-overview > docs/AllRectorsOverview.md",