This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-core/phpqa.yml
2018-11-23 12:29:20 +00:00

70 lines
1.2 KiB
YAML

application:
method:
git:
enabled: true
exception: false
composer:
enabled: true
exception: false
analyzer:
parallel-lint:
enabled: true
exception: true
options:
e: 'php'
exclude: vendor/
arguments:
php-cs-fixer:
enabled: true
exception: false
options:
level: psr2
arguments:
prefixes:
- fix
postfixes:
phpcbf:
enabled: true
exception: false
options:
standard: PSR2
severity: 0
ignore: /vendor
arguments:
- '-n'
phpcs:
enabled: false
exception: false
options:
standard: PSR2
severity: 0
ignore: /vendor
arguments:
- '-n'
phpmd:
enabled: false
exception: false
options:
arguments:
prefixes:
postfixes:
- 'text'
- 'cleancode'
phploc:
enabled: false
exception: false
phpcpd:
enabled: false
exception: false
phpdcd:
enabled: false
exception: false
phpunit:
enabled: false
exception: true
file:
configuration: phpunit.xml.dist
single-execution: true
options:
arguments: