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
PHPCS: document run parameters in project ruleset (#107)
* PHPCS: document run parameters in project ruleset
This makes it easier to run the PHPCS command for the project.
Includes:
* Adding the `Tests` directory to the run - excluding the test case files in `fixtures`.
* Cleaning up the result report by using the `basepath` configuration.
* Making the run faster by using `parallel` scanning if available,
* Composer: remove `lint-self` and add ruleset to the PHPCS config instead
0 commit comments