wp-cli-site-duplicator-command/grumphp.yml
2020-06-23 09:00:04 +02:00

32 lines
666 B
YAML

# grumphp.yml
parameters:
tasks:
git_blacklist:
keywords:
- "var_dump("
whitelist_patterns: []
triggered_by: ['php']
regexp_type: G
composer:
no_check_all: true
no_check_publish: true
no_local_repository: true
phplint:
exclude: ['vendor']
jobs: ~
triggered_by: ['php']
phpcs:
standard: ['phpcs.xml']
triggered_by: [php]
securitychecker:
lockfile: ./composer.lock
format: ~
end_point: ~
timeout: ~
run_always: false
psalm:
config: psalm.xml
triggered_by: ['php']
show_info: true
testsuites: []
extensions: []