Magento2 icon indicating copy to clipboard operation
Magento2 copied to clipboard

[question] How to properly configure marketplace-eqp?

Open varantes-cit opened this issue 6 years ago • 1 comments

I'm using your image and its great!

The only thing I couldn't set is the configuration for marketplace-eqp in my IDE.

I'm using Netbeans but I think it should be the same configurations as in PHPStorm.

Can you share your configuration to set the phpcs installed on docker in my local IDE?

Thanks in advanced.

varantes-cit avatar Jun 21 '18 17:06 varantes-cit

I use the PHPCS file included in Magento, like this example below:

vendor/bin/phpcs --standard=vendor/magento-ecg/coding-standard/EcgM2/ruleset.xml --extensions=php,phtml ./app/code ./app/

rafaelstz avatar Jun 21 '18 20:06 rafaelstz