mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(style) check commit message rules
enabled rule to check commit prefixing and disabled CapitalizedSubject
This commit is contained in:
parent
cbefb702a5
commit
19e76d700f
@ -6,3 +6,13 @@ PreCommit:
|
||||
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...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user