WordPress-Coding-Standards/WordPress-Core
jrfnl 1914ebf197 Core ruleset: add PHPCSUtils requirement
PHPCSUtils does not contain any sniffs, so adding this rule isn't strictly necessary, but by having the rule in the ruleset anyway, if PHPCSUtils is missing, the user will get a descriptive error message during the loading of the ruleset instead of a fatal "class not found" error once the sniffs start running.

Adding this only in the `Core` ruleset is sufficient.

Both `Extra` as well as `WordPress` include `Core` and `Docs` currently doesn't use any sniffs which use PHPCSUtils, so doesn't need it.
2020-07-09 16:51:07 +02:00
..
ruleset.xml Core ruleset: add PHPCSUtils requirement 2020-07-09 16:51:07 +02:00