User tests: Successful: Unsuccessful:
This PR implements automatic PHP codestyle fixes to pull requests. When a PR does not have the right codestyle, this will create suggestions to fix it.
This is an updated remake of #45652
| Status | New | ⇒ | Pending |
| Category | ⇒ | Repository |
| Labels |
Added:
PR-5.4-dev
|
||
| Title |
|
||||||
@Hackwar What happens if both PHP code style checkers find some issue at the same place and both make suggestions? Will that work?
And how about JS and CSS code style fixes? Could those be handled, too, with a GitHub action (ans possibly new corresponding commands in our package.json)?
Other question. The CI workflow runs on both push and pull_request events. Could this be an issue, and we should create code style suggestions only on pull_request but not on push?
@Hackwar As this PR handles only PHP code style, I've allowed myself to add that to the title and description.