mirror of
https://github.com/jbcr/SyliusGDPRPlugin.git
synced 2026-03-24 17:02:19 +01:00
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
grumphp:
|
|
ascii:
|
|
failed: ~
|
|
succeeded: ~
|
|
ignore_unstaged_changes: true
|
|
tasks:
|
|
composer:
|
|
file: "composer.json"
|
|
no_check_all: true
|
|
git_blacklist:
|
|
keywords:
|
|
- "var_dump"
|
|
- "dump("
|
|
- "print_r"
|
|
- "die("
|
|
triggered_by: [php, twig]
|
|
jsonlint:
|
|
detect_key_conflicts: true
|
|
phplint:
|
|
exclude: ['vendor', 'tests/Application/*']
|
|
triggered_by: ['php']
|
|
phpmd:
|
|
ruleset: ["ruleset/.php_md.xml"]
|
|
exclude: ["src/Migrations/*"]
|
|
phpstan:
|
|
configuration: "ruleset/phpstan.neon"
|
|
level: ~
|
|
xmllint: ~
|
|
yamllint: ~
|
|
ecs:
|
|
config: 'ruleset/ecs.php'
|
|
no-progress-bar: true
|
|
phpmnd:
|
|
directory: src
|
|
testsuites:
|
|
git_pre_commit:
|
|
tasks:
|
|
- composer
|
|
- git_blacklist
|
|
- jsonlint
|
|
- phplint
|
|
- phpmd
|
|
- phpstan
|
|
- xmllint
|
|
- yamllint
|
|
- ecs
|
|
- phpmnd
|