Files
breadcrumb-the-shire/.agents/skills/starterkit-php-style-ci/references/ci-dry-run.md
fs 0bf7f62fd8 chore: move php-cs-fixer config into tools
- 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
2026-04-01 16:38:58 +02:00

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

  1. Exit Code 0: Style konform.
  2. Exit Code != 0: Diff ausgeben, Entwickler fuehrt lokal composer cs:fix aus.

Hinweise

  1. Kein Auto-Commit aus CI.
  2. Bei initialen Altlasten zuerst einmalige Bereinigung auf dediziertem Branch.