Update Composer, update everything

This commit is contained in:
Oliver Davies 2018-11-23 12:29:20 +00:00
parent ea3e94409f
commit dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions

69
vendor/drupal/console-core/phpqa.yml vendored Normal file
View file

@ -0,0 +1,69 @@
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: