phpcs-json-report 167 B

12
  1. #!/usr/bin/env bash
  2. bin/clinotty vendor/bin/phpcs --standard=Magento2 --extensions=php,phtml --error-severity=10 --ignore-annotations --report=json "$@" > report.json