Skip to content
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

[dx] make it easier to use tooling for devs #1543

Merged
merged 1 commit into from
May 7, 2024

Conversation

jrushlow
Copy link
Collaborator

@jrushlow jrushlow commented May 6, 2024

  • run composer tools:upgrade to install / upgrade php-cs-fixer, phpstan, & twigcs
  • run composer tools:upgrade:php-cs-fixer || phpstan || twigcs to install / upgrade individual tool
  • run composer tools:run to run all 3 tools against the code base
  • run composer tools:run:php-cs-fixer || phpstan || twigcs to run an individual tool against the code base

I've started doing this in other projects & it's a nice little bonus the DX when working on the code base... We can always take it out if we run into problems. Feedback welcome!

@jrushlow jrushlow added Feature New Feature DX Status: Needs Review Needs to be reviewed labels May 6, 2024
@jrushlow jrushlow added this to the v1.60.0 milestone May 6, 2024
@jrushlow jrushlow merged commit 6960c1c into symfony:main May 7, 2024
7 checks passed
@jrushlow jrushlow deleted the feature/composer-tools branch May 7, 2024 13:10
@jrushlow jrushlow mentioned this pull request Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Feature New Feature Status: Needs Review Needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant