-
-
Notifications
You must be signed in to change notification settings - Fork 60
GitHub Actions PHPCS annotations #72
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
GitHub Actions PHPCS annotations #72
Conversation
That never should've happened!
I like this very much, but would like to incorporate the patch that is now referenced into the |
This reverts commit 09a7227.
I messed this up when merging master. I'll close this and open a clean one |
Annotates PHPCS problems in PRs' "files changed" view.
Runs PHPCBF on pushes to master and commits the changes.
The annotations' PHPCS runs after PHPCBF since there's no need to fail on/highlight problems that the computer can fix.
This is based off my own PR to PHP_CodeSniffer which hasn't been merged yet (marked "to Selected for Development in PHPCS v3 Development") so needs to use Composer Patches to apply and PHP CodeSniffer's dev-master.