-
-
Notifications
You must be signed in to change notification settings - Fork 671
Add fastfony/quality-pack #1870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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