You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I would like to have a single command in runTests.sh to run all fixers (similar to composer fix, but without using the composer scripts).
Acceptance Criteria
We have a command runTests.sh -s fix that runs all fixers that composer fix runs.
This is documented in the runTests.sh help.
This command also is checked in the check-fixers CI job.
Goal
As a developer, I would like to have a single command in
runTests.shto run all fixers (similar tocomposer fix, but without using the composer scripts).Acceptance Criteria
runTests.sh -s fixthat runs all fixers thatcomposer fixruns.runTests.shhelp.check-fixersCI job.composer fix.