Skip to content

Conversation

neothone
Copy link

Q A
License MIT
Packagist https://packagist.org/packages/fastfony/quality-pack

Recipe of a Symfony pack for initializing quality tools in your project

@Copilot Copilot AI review requested due to automatic review settings October 11, 2025 09:29
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 09:29
Copy link

github-actions bot commented Oct 11, 2025

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1870/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1870/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'fastfony/quality-pack:^1.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

Copy link

@Copilot Copilot AI left a 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.

auto-merge was automatically disabled October 11, 2025 09:45

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 09:45
auto-merge was automatically disabled October 11, 2025 09:57

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 09:57
auto-merge was automatically disabled October 11, 2025 10:10

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 10:10
auto-merge was automatically disabled October 11, 2025 10:12

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 10:13
auto-merge was automatically disabled October 11, 2025 10:13

Head branch was pushed to by a user without write access

@neothone neothone force-pushed the fastfony-quality-pack branch from 50f0668 to 6f6da72 Compare October 11, 2025 10:13
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 10:14
auto-merge was automatically disabled October 11, 2025 10:17

Head branch was pushed to by a user without write access

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) October 11, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant