mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-25 05:19:36 -06:00
57212ca263introduced the following change:52c3d55794/app/Http/Controllers/BonusController.php (L489)This broke Tipping as described in: https://github.com/HDInnovations/UNIT3D-Community-Edition/issues/1193
64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
parameters:
|
|
tasks:
|
|
git_commit_message:
|
|
allow_empty_message: false
|
|
enforce_capitalized_subject: false
|
|
enforce_no_subject_trailing_period: true
|
|
enforce_no_subject_punctuations: false
|
|
enforce_single_lined_subject: true
|
|
type_scope_conventions:
|
|
- types:
|
|
- api
|
|
- build
|
|
- chore
|
|
- refact
|
|
- revert
|
|
- feat
|
|
- tests
|
|
- docs
|
|
- style
|
|
- ci
|
|
- ui
|
|
- scaff
|
|
- perf
|
|
- fix
|
|
- wip
|
|
- scopes: []
|
|
max_body_width: 0
|
|
max_subject_width: 72
|
|
case_insensitive: false
|
|
multiline: true
|
|
additional_modifiers: ''
|
|
phpcs:
|
|
standard: PSR2
|
|
severity: ~
|
|
error_severity: ~
|
|
warning_severity: ~
|
|
tab_width: ~
|
|
whitelist_patterns:
|
|
- /^src\/(.*)/
|
|
encoding: ~
|
|
ignore_patterns:
|
|
- /^vendor\/(.*)/
|
|
- /^database\/(.*)/
|
|
- /^routes\/(.*)/
|
|
sniffs: []
|
|
triggered_by: [php]
|
|
git_blacklist:
|
|
# todo: Apparently keywords are not words but rather contains
|
|
# e.g. `->add()` will be seen as `dd(`
|
|
# This is assumed an issue that probably should be opened with GrumPHP
|
|
keywords:
|
|
- "die("
|
|
- "var_dump("
|
|
- "exit;"
|
|
# - "exit("
|
|
# - "dd("
|
|
whitelist_patterns:
|
|
- /^database\/(.*)/
|
|
- /^routes\/(.*)/
|
|
- /^tests\/(.*)/
|
|
triggered_by: ['php']
|
|
regexp_type: G
|
|
ascii: ~
|