forked from andersundsehr/grumphp-xliff-task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
31 lines (31 loc) · 897 Bytes
/
grumphp.yml
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
parameters:
git_dir: .
bin_dir: vendor/bin
stop_on_failure: false
ignore_unstaged_changes: false #brocken
tasks:
composer:
with_dependencies: false
strict: false
git_blacklist:
keywords:
- "die("
- "var_dump("
- "exit;"
triggered_by: [php]
git_commit_message:
matchers:
- /(\[(!!!|WIP)]|)(\[(BUGFIX|FEATURE|TASK|CLEANUP|SECURITY)]|Merge branch '.+' into) .+/
case_insensitive: false
multiline: true
additional_modifiers: ''
jsonlint:
detect_key_conflicts: true
phpcs:
standard: "PSR12"
warning_severity: 900000
tab_width: 4
yamllint: ~
xlifflint: ~
extensions:
- PLUS\GrumPHPXliffTask\ExtensionLoader