2022-08-23 11:36:57 +02:00
|
|
|
PreCommit:
|
|
|
|
RuboCop:
|
|
|
|
enabled: true
|
|
|
|
on_warn: fail # Treat all warnings as failures
|
|
|
|
|
|
|
|
TrailingWhitespace:
|
|
|
|
enabled: true
|
|
|
|
|
2022-08-24 10:53:13 +02:00
|
|
|
CommitMsg:
|
|
|
|
CapitalizedSubject:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
MessageFormat:
|
|
|
|
enabled: true
|
2022-12-21 19:24:54 +01:00
|
|
|
pattern: ^(\((doc|bug|feat|security|dev|i18n|api|test|quality|ui|merge|wip)\) [\w ]++(\n\n.+)?)|(Version (\d+\.?)+)|(Merge branch .*)
|
|
|
|
expected_pattern_message: (doc|bug|feat|security|dev|i18n|api|test|quality|ui|merge|wip) title\n\ndescription
|
2022-08-24 10:53:13 +02:00
|
|
|
sample_message: (bug) no validation on date\n\nThe birthdate was not validated...
|
|
|
|
|