mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
The ACTIVITY_FULL role does not give anymore the roles CHILL_ACTIVITY_CREATE_PERSON and CHILL_ACTIVITY_CREATE_ACCOMPANYING_COURSE. Tags: #BC
41 lines
953 B
YAML
41 lines
953 B
YAML
imports:
|
|
- {
|
|
resource: tests/app/vendor/drupol/php-conventions/config/php73/grumphp.yml,
|
|
}
|
|
|
|
parameters:
|
|
tasks.phpcsfixer.config: .php_cs.dist.php
|
|
tasks.license.name: AGPL-3.0
|
|
tasks.license.holder: Champs-Libres
|
|
tasks.license.date_from: 2001
|
|
|
|
tasks.phpcsfixer.allow_risky: true
|
|
tasks.phpcsfixer.diff: true
|
|
tasks.phpstan.level: 1
|
|
tasks.phpstan.blocking: true
|
|
tasks.phpstan.ignore_patterns:
|
|
- "/.github/"
|
|
- "/.idea/"
|
|
- "/build/"
|
|
- "/benchmarks/"
|
|
- "/docs/"
|
|
- "/node_modules/"
|
|
- "/resource/"
|
|
- "/spec/"
|
|
- "/var/"
|
|
- "/vendor/"
|
|
- "/tests/app"
|
|
|
|
# Psalm
|
|
tasks.psalm.blocking: true
|
|
tasks.psalm.ignore_patterns:
|
|
- "/.github/"
|
|
- "/.idea/"
|
|
- "/build/"
|
|
- "/benchmarks/"
|
|
- "/node_modules/"
|
|
- "/resource/"
|
|
- "/spec/"
|
|
- "/var/"
|
|
- "/vendor/"
|