Skip to content

Commit 3613d38

Browse files
committed
- Fix compilation bug
- phpcs, phpmd ignore Tests
1 parent 040ef19 commit 3613d38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

grumphp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ services:
4747
- '@GrumPHP\Locator\StdInFiles'
4848
- '@GrumPHP\Locator\RegisteredFiles'
4949
- '@GrumPHP\Runner\TaskRunner'
50+
- '@GrumPHP\IO\IOInterface'
5051
tags:
5152
- { name: 'console.command' }
5253
GrumPHP\Configuration\Model\FixerConfig:
@@ -70,7 +71,7 @@ grumphp:
7071
whitelist_patterns:
7172
- /^app/
7273
triggered_by: [ 'php', 'phtml' ]
73-
exclude: [ ]
74+
exclude: [ '*Test.php' ]
7475
report_format: xml
7576
ruleset: [ 'phpmd.xml' ]
7677
phpcs:
@@ -85,7 +86,7 @@ grumphp:
8586
- /^app/
8687
triggered_by: [ 'php', 'phtml' ]
8788
encoding: ~
88-
ignore_patterns: [ ]
89+
ignore_patterns: [ '*Test.php$' ]
8990
sniffs: [ ]
9091
exclude: [ ]
9192
eslint:

0 commit comments

Comments
 (0)