- relocate .php-cs-fixer.dist.php to tools/php-cs-fixer/.php-cs-fixer.dist.php - update composer scripts, docs, quality gates, and style skill references - keep finder scope stable via project-root resolution - fix pre-existing unused imports reported by php-cs-fixer
451 B
451 B
CI Dry Run
Ziel
CI soll nur pruefen, nicht formatieren.
Minimaler Check
vendor/bin/php-cs-fixer fix --config=tools/php-cs-fixer/.php-cs-fixer.dist.php --dry-run --diff --verbose
Erwartung
- Exit Code 0: Style konform.
- Exit Code != 0: Diff ausgeben, Entwickler fuehrt lokal
composer cs:fixaus.
Hinweise
- Kein Auto-Commit aus CI.
- Bei initialen Altlasten zuerst einmalige Bereinigung auf dediziertem Branch.