Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
69
vendor/drupal/console-core/phpqa.yml
vendored
Normal file
69
vendor/drupal/console-core/phpqa.yml
vendored
Normal 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:
|
Reference in a new issue