-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpqa.yml
More file actions
40 lines (40 loc) · 826 Bytes
/
phpqa.yml
File metadata and controls
40 lines (40 loc) · 826 Bytes
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
37
38
39
40
application:
method:
git:
enabled: true
exception: false
composer:
enabled: true
exception: false
analyzer:
parallel-lint:
enabled: true
exception: true
php-cs-fixer:
enabled: false
exception: false
phpcbf:
enabled: true
exception: false
file:
standard: ../vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml
phpcs:
enabled: true
exception: false
file:
standard: ../vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml
phpmd:
enabled: false
exception: false
phploc:
enabled: false
exception: false
phpcpd:
enabled: false
exception: false
phpdcd:
enabled: false
exception: false
phpunit:
enabled: true
exception: true