-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgrumphp.yml
36 lines (36 loc) · 1012 Bytes
/
grumphp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
grumphp:
git_hook_variables:
EXEC_GRUMPHP_COMMAND: lando php
ENV: {}
ignore_unstaged_changes: true
tasks:
composer: []
phpcs:
standard:
- vendor/drupal/coder/coder_sniffer/Drupal
- vendor/drupal/coder/coder_sniffer/DrupalPractice
ignore_patterns:
- cfg/
- libraries/
- scripts/s
- docroot/autoload.php
- docroot/core
- docroot/modules/contrib
- docroot/sites/default
- load.environment.php
triggered_by:
- php
- module
- inc
phpstan:
autoload_file: ~
configuration: ~
level: null
force_patterns: []
ignore_patterns: []
triggered_by: ['php']
memory_limit: "-1"
use_grumphp_paths: true
parallel:
enabled: true
max_workers: 32