|
76 | 76 | "check:dynamic": [ |
77 | 77 | "@check:tests" |
78 | 78 | ], |
79 | | - "check:php:codesniffer": "phpcs --standard=config/phpcs.xml config src tests", |
80 | | - "check:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix --dry-run -v --show-progress=dots --diff bin src tests config", |
81 | | - "check:php:lint": "parallel-lint src tests config bin", |
82 | | - "check:php:rector": "rector --no-progress-bar --dry-run --config=config/rector.php", |
| 79 | + "check:php:codesniffer": "phpcs --standard=config/phpcs.xml bin config src tests", |
| 80 | + "check:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix --dry-run -v --show-progress=dots --diff bin config src tests", |
| 81 | + "check:php:lint": "parallel-lint bin config src tests", |
| 82 | + "check:php:rector": "rector process --no-progress-bar --dry-run --config=config/rector.php", |
83 | 83 | "check:php:stan": "phpstan --no-progress --configuration=config/phpstan.neon", |
84 | 84 | "check:static": [ |
85 | 85 | "@check:composer:normalize", |
|
105 | 105 | "@fix:php:codesniffer", |
106 | 106 | "@fix:php:fixer" |
107 | 107 | ], |
108 | | - "fix:php:codesniffer": "phpcbf --standard=config/phpcs.xml config src tests", |
109 | | - "fix:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix bin src tests", |
110 | | - "fix:php:rector": "rector --config=config/rector.php", |
| 108 | + "fix:php:codesniffer": "phpcbf --standard=config/phpcs.xml bin config src tests", |
| 109 | + "fix:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix bin config src tests", |
| 110 | + "fix:php:rector": "rector process --config=config/rector.php", |
111 | 111 | "phpstan:baseline": "phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon --allow-empty-baseline" |
112 | 112 | }, |
113 | 113 | "scripts-descriptions": { |
|
0 commit comments