mirror of
https://ghproxy.net/https://github.com/BeAPI/wp-cli-site-duplicator-command.git
synced 2025-08-17 19:01:33 +08:00
32 lines
666 B
YAML
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: []
|