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

Fix /lib/ ignore ruleset #105

Closed Rud5G closed 5 years ago

Rud5G commented 5 years ago

See #81 , the expected behaviour is: ignoring the '/lib/* directory the relative path is matched without the starting directory separator. see https://github.com/squizlabs/PHP_CodeSniffer/blob/master/src/Filters/Filter.php#L221 hence the removal of the starting /

lenaorobei commented 5 years ago

@Rud5G thank you fo the contribution!