clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

[question] How to properly configure marketplace-eqp? #57

Open varantes-cit opened 6 years ago

varantes-cit commented 6 years ago

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.

rafaelstz commented 6 years ago

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/