9
0
Fork 0
gitlint-bundle/gitlint.ini

16 lines
439 B
INI
Raw Permalink Normal View History

2022-08-03 10:53:51 +00:00
[general]
ignore=body-is-missing
ignore-stdin=true
[title-match-regex]
# Commit title is a sentence and it starts with capital letter
regex=[A-Z]
[author-valid-email]
# Must use username@k-space.ee for commits
regex=[^@]+@k-space.ee
[title-must-not-contain-word]
# Use imperative mood for commit title
words=adding,added,enabling,enabled,disabling,disabled,updating,updated,bumping,bumped,making,refactoring,refactored,starting,started