mirror of
https://github.com/jbcr/SyliusGDPRPlugin.git
synced 2026-03-24 00:42:13 +01:00
33 lines
833 B
YAML
33 lines
833 B
YAML
grumphp:
|
|
ascii:
|
|
failed: ~
|
|
succeeded: ~
|
|
tasks:
|
|
composer:
|
|
no_check_all: true
|
|
jsonlint:
|
|
detect_key_conflicts: true
|
|
phplint:
|
|
exclude: ['vendor', 'tests/Application/*']
|
|
triggered_by: ['php']
|
|
phpmd:
|
|
ruleset: ["ruleset/.php_md.xml"]
|
|
phpstan:
|
|
level: ~
|
|
configuration: "ruleset/phpstan.neon"
|
|
use_grumphp_paths: false
|
|
xmllint: ~
|
|
yamllint: ~
|
|
ecs:
|
|
config: 'ruleset/ecs.php'
|
|
no-progress-bar: true
|
|
phpmnd:
|
|
directory: src
|
|
phpcs:
|
|
standard: "ruleset"
|
|
warning_severity: 0
|
|
whitelist_patterns:
|
|
- 'src'
|
|
exclude:
|
|
- 'PSR12.Files.FileHeader'
|