Add fastfony/quality-pack - #1870
Conversation
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. |
There was a problem hiding this comment.
Pull Request Overview
Adds a Symfony Flex recipe for the fastfony/quality-pack to bootstrap project quality tooling.
- Introduces a manifest to copy Twig CS Fixer config and a GitHub Actions workflow.
- Adds a Makefile target to run audit, code style fixers, and static analysis.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| fastfony/quality-pack/1.0/manifest.json | Defines files to be copied into consumer projects when installing the pack. |
| fastfony/quality-pack/1.0/Makefile | Provides a quality target that runs composer audit, PHP-CS-Fixer, Twig CS Fixer, and PHPStan. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
50f0668 to
6f6da72
Compare
Head branch was pushed to by a user without write access
Recipe of a Symfony pack for initializing quality tools in your project