1
0
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:
Sylvain 2022-08-24 10:53:13 +02:00
parent cbefb702a5
commit 19e76d700f

View File

@ -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...