-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrumphp.yml.dist
More file actions
32 lines (32 loc) · 978 Bytes
/
grumphp.yml.dist
File metadata and controls
32 lines (32 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
grumphp:
tasks:
composer:
no_check_publish: true
phplint:
exclude: ['vendor']
triggered_by: ['php']
git_blacklist:
keywords:
- 'die('
- 'var_dump('
- 'dump('
- '^dd('
- 'exit;'
triggered_by: ['php', 'twig']
git_commit_message:
max_body_width: 80
max_subject_width: 80
enforce_capitalized_subject: false
yamllint:
ignore_patterns: ['vendor']
parse_custom_tags: true
parse_constant: true
phpstan:
configuration: ./phpstan.dist.neon
use_grumphp_paths: false
phpcs:
standard: [phpcs.xml.dist]
report_width: 120
git_hook_variables:
# Ajuster ce paramètre en fonction de votre environnement de développement
EXEC_GRUMPHP_COMMAND: symfony php