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

Add a fix Composer script and runTests.sh command #1386

Open
oliverklee opened this issue Jul 29, 2024 · 1 comment · May be fixed by #1409
Open

Add a fix Composer script and runTests.sh command #1386

oliverklee opened this issue Jul 29, 2024 · 1 comment · May be fixed by #1409
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@oliverklee
Copy link
Contributor

oliverklee commented Jul 29, 2024

As a developer, I'd like to have an easy command to run all available code fixers. This command should be available both as a Composer script for local use as well as a runTests.sh command.

We also need to have a script description in the composer.json, document this in the documentation, and add help for this in the runTests.sh

@oliverklee oliverklee added the enhancement New feature or request label Jul 29, 2024
@oliverklee oliverklee added this to the 4.0.0: Breaking changes milestone Jul 29, 2024
@oliverklee oliverklee added the good first issue Good for newcomers label Jul 30, 2024
@Starkmann Starkmann self-assigned this Jul 31, 2024
@Starkmann
Copy link
Collaborator

In composer we have this command and cannot at node stuff.

"fix:php": [
"@fix:php:cs",
"@fix:php:sniff"
],

Starkmann added a commit that referenced this issue Jul 31, 2024
@Starkmann Starkmann linked a pull request Jul 31, 2024 that will close this issue
oliverklee pushed a commit that referenced this issue Jul 31, 2024
oliverklee pushed a commit that referenced this issue Sep 17, 2024
oliverklee pushed a commit that referenced this issue Sep 17, 2024
oliverklee pushed a commit that referenced this issue Sep 17, 2024
oliverklee pushed a commit that referenced this issue Sep 17, 2024
oliverklee pushed a commit that referenced this issue Sep 17, 2024
oliverklee pushed a commit that referenced this issue Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants