- Run
composer install
- Navigate to
test.php
. Note that there are no errors from using_e()
function. - Navigate to
/vendor/automattic/phpcs-neutron-ruleset/NeutronRuleset/ruleset.xml
. Comment out lines 86-88. - Navigate back to
test.php
. Note thatphpcs
shows the error:All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
. - Note that lines 17-20 in
phpcs.xml
have the same rule and nested tags that I would expect would override the parent ruleset.