A set of PHP_CodeSniffer rules for Extensions developed for Milople Technologies.
To use within your Magento 2 project you can use:
composer require --dev faizanjaliyawala/milople-coding-standard
Command should return the list of installed coding standards including MCS.
vendor/bin/phpcs -i
Once installed, you can run phpcs
from the command-line to analyze your code MyAwesomeExtension
vendor/bin/phpcs --standard=MCS app/code/Milople/MyAwesomeExtension