Merge pull request #219 from timnolte/fix/grumphp-phpcs-reporting

Changes GrumPHP Configuration to Provide a Full PHPCS Report
isekai
Tim Nolte 5 years ago committed by GitHub
commit ea8e0d1a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ grumphp:
label: 'i18n Check'
phpcs:
standard: './phpcs.xml.dist'
report: 'summary'
report: 'full'
ignore_patterns:
- '/^assets\/(.*)/'
triggered_by: [php]

Loading…
Cancel
Save