Skip to content

Instantly share code, notes, and snippets.

@DomPixie
Forked from DominicWatts/magento-2-phpcs-docker
Created November 22, 2021 21:03
Show Gist options
  • Save DomPixie/6f2627b1eddc48880bd45d12fa8fce04 to your computer and use it in GitHub Desktop.
Save DomPixie/6f2627b1eddc48880bd45d12fa8fce04 to your computer and use it in GitHub Desktop.
Magento 2 PHPCS docker
docker run --rm -v $PWD:/code domw/phpcs phpcs --colors --standard=Magento2 --report=full,summary --extensions=php,phtml ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment