docs: Add gitlint to README

This commit is contained in:
PapaTutuWawa 2022-08-06 11:26:47 +02:00
parent 189d823c87
commit 3b8ccfaccf
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,6 @@ line-length=72
[title-trailing-punctuation] [title-trailing-punctuation]
[title-hard-tab] [title-hard-tab]
[title-match-regex] [title-match-regex]
regex=^(feat|fix|test|release|chore|security):.*$ regex=^(feat|fix|test|release|chore|security|docs):.*$
[body-trailing-whitespace] [body-trailing-whitespace]
[body-first-line-empty] [body-first-line-empty]

View File

@ -23,6 +23,9 @@ the stanza format of your preferred XMPP library yourself.
When submitting a PR, please run the linter using `dart analyze` and make sure that all When submitting a PR, please run the linter using `dart analyze` and make sure that all
tests still pass using `dart test`. tests still pass using `dart test`.
To ensure uniform commit message formatting, please also use `gitlint` to lint your commit
messages' formatting.
## License ## License
Licensed under the MIT license. Licensed under the MIT license.