magento / marketplace-eqp

Magento 1.x Coding Standard
http://docs.magento.com/marketplace/user_guide/Resources/pdf/Extension_Quality_Program_Overview.pdf
MIT License
224 stars 68 forks source link

Does MEQP2 use MEQP1 rules? #101

Closed tylers-username closed 5 years ago

tylers-username commented 5 years ago

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?

lenaorobei commented 5 years ago

@tylerssn this is expected behavior. MEQP2 ruleset include some sniffs from MEQP1.