-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgrumphp.yml
More file actions
20 lines (20 loc) · 758 Bytes
/
grumphp.yml
File metadata and controls
20 lines (20 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
imports:
- { resource: vendor/pluswerk/grumphp-config/grumphp.yml }
parameters:
convention.phpstan_level: null
convention.security_checker_blocking: false
convention.process_timeout: 240
convention.jsonlint_ignore_pattern: { }
convention.xmllint_ignore_pattern: { }
convention.yamllint_ignore_pattern: { }
convention.phpcslint_ignore_pattern: { }
convention.phpcslint_exclude: { }
convention.xlifflint_ignore_pattern: { }
convention.rector_ignore_pattern: { }
convention.rector_enabled: true
convention.rector_config: rector.php
convention.rector_clear-cache: false
convention.fractor_ignore_pattern: { }
convention.fractor_enable: true
convention.fractor_config: fractor.php
convention.fractor_clear-cache: false