Closed tylers-username closed 5 years ago
I'm sniffing with /vendor/bin/phpcs . --standard=MEQP2 and am seeing this rule being caught: MEQP1.Security.DiscouragedFunction.Found.
/vendor/bin/phpcs . --standard=MEQP2
MEQP1.Security.DiscouragedFunction.Found
Is this a misconfiguration on my part or is this expected behavior?
@tylerssn this is expected behavior. MEQP2 ruleset include some sniffs from MEQP1.
I'm sniffing with
/vendor/bin/phpcs . --standard=MEQP2
and am seeing this rule being caught:MEQP1.Security.DiscouragedFunction.Found
.Is this a misconfiguration on my part or is this expected behavior?