|
226 | 226 | "checks:optional": [ |
227 | 227 | "@putenv:xdebug-off", |
228 | 228 | "@class-leak:check", |
| 229 | + "@composer-dependency-analyser", |
| 230 | + "@composer:normalize-dry-run", |
229 | 231 | "@detect-collisions", |
| 232 | + "@facade:lint", |
230 | 233 | "@jack:open-versions-dry-run", |
231 | 234 | "@jack:raise-to-installed-dry-run", |
232 | 235 | "@phpmnd", |
| 236 | + "@phpstan:analyse", |
| 237 | + "@rector:process-dry-run", |
233 | 238 | "@sk:check-commented-code", |
234 | 239 | "@sk:check-conflicts", |
235 | 240 | "@sk:find-multi-classes", |
|
241 | 246 | "@actionlint", |
242 | 247 | "@gitleaks", |
243 | 248 | "@lint-md", |
| 249 | + "@peck", |
244 | 250 | "@zhlint" |
245 | 251 | ], |
246 | 252 | "checks:required": [ |
247 | 253 | "@putenv:xdebug-off", |
248 | | - "@composer:normalize-dry-run", |
249 | | - "@composer-dependency-analyser", |
250 | | - "@facade:lint", |
251 | | - "@php-cs-fixer:fix-dry-run-stop-on-violation", |
252 | | - "@pest:bail", |
253 | | - "@rector:process-dry-run", |
254 | | - "@phpstan:analyse" |
| 254 | + "@php-cs-fixer:fix-dry-run", |
| 255 | + "@pest:bail" |
255 | 256 | ], |
256 | 257 | "class-leak": "@php vendor/bin/class-leak --ansi -vv", |
257 | 258 | "class-leak:check": "@class-leak check config/ src/ --skip-type=Guanguans\\LaravelSoar\\Contracts\\OutputContract --skip-suffix=InvalidArgumentException --skip-path=Support/Rectors/", |
|
370 | 371 | "php-cs-fixer:describe": "@php-cs-fixer describe", |
371 | 372 | "php-cs-fixer:fix": "@php-cs-fixer fix --show-progress=dots --diff", |
372 | 373 | "php-cs-fixer:fix-dry-run": "@php-cs-fixer:fix --dry-run", |
373 | | - "php-cs-fixer:fix-dry-run-stop-on-violation": "@php-cs-fixer:fix-dry-run --stop-on-violation", |
374 | 374 | "php-cs-fixer:list-files": "@php-cs-fixer list-files", |
375 | 375 | "php-cs-fixer:list-sets": "@php-cs-fixer list-sets --ansi -vv", |
376 | 376 | "php-lint": [ |
|
0 commit comments