-
-
Notifications
You must be signed in to change notification settings - Fork 6
Add a wiki page with info on how to run PHPCS via CI #101
Copy link
Copy link
Open
Description
Is your feature request related to a problem?
The vast majority of projects want to safeguard their codestyle/best practices enforced via PHP_CodeSniffer.
Typically, this is done by running PHP_CodeSniffer via automated continuous integration checks.
Describe the solution you'd like
New wiki page with a section for each CI platform (GitHub Actions, GitLab, BitBucket etc) with code samples of some typical workflows to run PHPCS automatically on each platform.
- I intend to create a pull request to implement this feature.
Reactions are currently unavailable