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 b834bcb commit b09a78fCopy full SHA for b09a78f
grumphp.yml
@@ -16,19 +16,22 @@ grumphp:
16
phpstan:
17
configuration: phpstan.neon
18
memory_limit: '-1'
19
- triggered_by: [ 'php' ]
+ triggered_by:
20
+ - php
21
metadata:
22
priority: 600
23
phpcs:
24
25
priority: 500
- standard: ./vendor/squizlabs/php_codesniffer/src/Standards/PSR12/ruleset.xml
26
+ standard:
27
+ - PSR12
28
severity: ~
29
error_severity: ~
- warning_severity: 9
30
+ warning_severity: ~
31
tab_width: ~
32
whitelist_patterns: []
33
encoding: ~
34
ignore_patterns: []
35
sniffs: []
36
37
0 commit comments