parameters: additional_info: "\nTo get full documentation for the project\nVisit https://docs.indiehd.com\n" tasks: git_commit_message: allow_empty_message: false enforce_capitalized_subject: false enforce_no_subject_trailing_period: true enforce_no_subject_punctuations: true 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: 72 max_subject_width: 72 case_insensitive: false multiline: true additional_modifiers: '' phpcs: standard: PSR2 severity: ~ error_severity: ~ warning_severity: ~ tab_width: ~ whitelist_patterns: - /^app\/(.*)/ - /^bootstrap\/(.*)/ - /^config\/(.*)/ encoding: ~ ignore_patterns: - /^vendor\/(.*)/ sniffs: [] triggered_by: [php] git_blacklist: keywords: - "var_dump(" - "exit;" - "exit(" - "dd(" whitelist_patterns: - /^tests\/(.*)/ triggered_by: ['php'] regexp_type: G ascii: ~