mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
19e76d700f
enabled rule to check commit prefixing and disabled CapitalizedSubject
19 lines
407 B
YAML
19 lines
407 B
YAML
PreCommit:
|
|
RuboCop:
|
|
enabled: true
|
|
on_warn: fail # Treat all warnings as failures
|
|
|
|
TrailingWhitespace:
|
|
enabled: true
|
|
|
|
CommitMsg:
|
|
CapitalizedSubject:
|
|
enabled: false
|
|
|
|
MessageFormat:
|
|
enabled: true
|
|
pattern: ^\([a-z]+\) [\w ]+(\n\n.+)?
|
|
expected_pattern_message: (type) title\n\ndescription
|
|
sample_message: (bug) no validation on date\n\nThe birthdate was not validated...
|
|
|