We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040ef19 commit 3613d38Copy full SHA for 3613d38
grumphp.yml
@@ -47,6 +47,7 @@ services:
47
- '@GrumPHP\Locator\StdInFiles'
48
- '@GrumPHP\Locator\RegisteredFiles'
49
- '@GrumPHP\Runner\TaskRunner'
50
+ - '@GrumPHP\IO\IOInterface'
51
tags:
52
- { name: 'console.command' }
53
GrumPHP\Configuration\Model\FixerConfig:
@@ -70,7 +71,7 @@ grumphp:
70
71
whitelist_patterns:
72
- /^app/
73
triggered_by: [ 'php', 'phtml' ]
- exclude: [ ]
74
+ exclude: [ '*Test.php' ]
75
report_format: xml
76
ruleset: [ 'phpmd.xml' ]
77
phpcs:
@@ -85,7 +86,7 @@ grumphp:
85
86
87
88
encoding: ~
- ignore_patterns: [ ]
89
+ ignore_patterns: [ '*Test.php$' ]
90
sniffs: [ ]
91
exclude: [ ]
92
eslint:
0 commit comments