From 3bbdcaef7cbe9cd84107c7207d9cd65699f4a01f Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Tue, 8 Sep 2020 08:30:09 -0400 Subject: [PATCH] Changes GrumPHP Configuration to Provide a Full PHPCS Report --- grumphp.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grumphp.yml.dist b/grumphp.yml.dist index 4e58c3c..6e5a3fe 100644 --- a/grumphp.yml.dist +++ b/grumphp.yml.dist @@ -38,7 +38,7 @@ grumphp: label: 'i18n Check' phpcs: standard: './phpcs.xml.dist' - report: 'summary' + report: 'full' ignore_patterns: - '/^assets\/(.*)/' triggered_by: [php]