|
80 | 80 | "check:dynamic": [ |
81 | 81 | "@check:tests" |
82 | 82 | ], |
83 | | - "check:php:codesniffer": "phpcs --standard=./Build/phpcs/config.xml Build bin config src tests", |
84 | | - "check:php:fixer": "\"./.phive/php-cs-fixer\" --config=./Build/php-cs-fixer/config.php fix --dry-run -v --show-progress=dots --diff Build bin config src tests", |
85 | | - "check:php:lint": "parallel-lint bin config src tests", |
86 | | - "check:php:rector": "rector process --no-progress-bar --dry-run --config=config/rector.php", |
| 83 | + "check:php:codesniffer": "phpcs --standard=./Build/phpcs/config.xml Build bin src tests", |
| 84 | + "check:php:fixer": "\"./.phive/php-cs-fixer\" --config=./Build/php-cs-fixer/config.php fix --dry-run -v --show-progress=dots --diff Build bin src tests", |
| 85 | + "check:php:lint": "parallel-lint Build bin src tests", |
| 86 | + "check:php:rector": "rector process --no-progress-bar --dry-run --config=./Build/rector/config.php", |
87 | 87 | "check:php:stan": "phpstan --no-progress --configuration=./Build/phpstan/phpstan.neon", |
88 | 88 | "check:static": [ |
89 | 89 | "@check:composer:normalize", |
|
109 | 109 | "@fix:php:codesniffer", |
110 | 110 | "@fix:php:fixer" |
111 | 111 | ], |
112 | | - "fix:php:codesniffer": "phpcbf --standard=./Build/phpcs/config.xml Build bin config src tests", |
113 | | - "fix:php:fixer": "\"./.phive/php-cs-fixer\" --config=./Build/php-cs-fixer/config.php fix Build bin config src tests", |
114 | | - "fix:php:rector": "rector process --config=config/rector.php", |
| 112 | + "fix:php:codesniffer": "phpcbf --standard=./Build/phpcs/config.xml Build bin src tests", |
| 113 | + "fix:php:fixer": "\"./.phive/php-cs-fixer\" --config=./Build/php-cs-fixer/config.php fix Build bin src tests", |
| 114 | + "fix:php:rector": "rector process --config=./Build/rector/config.php", |
115 | 115 | "phpstan:baseline": "phpstan --configuration=./Build/phpstan/phpstan.neon --generate-baseline=./Build/phpstan/phpstan-baseline.neon --allow-empty-baseline", |
116 | 116 | "phpstan:clearcache": "phpstan clear-result-cache --configuration=./Build/phpstan/phpstan.neon" |
117 | 117 | }, |
|
0 commit comments