ci: Use commitlint for commit messages check #5176
Annotations
1 error
Commit lint
You have commit messages with errors
⧗ input: WrongType(test): test if commitlint can work as expected. balabalabalabala
Signed-off-by: Yihuang Yu <[email protected]>
✖ header must not be longer than 72 characters, current length is 74 [header-max-length]
✖ type must be lower-case [type-case]
⚠ type must be one of [ci, docs, feat, fix, perf, refactor, revert, rfe, style] [type-enum]
✖ found 2 problems, 1 warnings
ⓘ Get help: https://avocado-framework.readthedocs.io/en/latest/guides/contributor/chapters/styleguides.html#commit-style-guide
⧗ input: bodytest
✖ subject may not be empty [subject-empty]
✖ message must be signed off [signed-off-by]
✖ message must have `Signed-off-by:` trailer [trailer-exists]
✖ found 3 problems, 0 warnings
ⓘ Get help: https://avocado-framework.readthedocs.io/en/latest/guides/contributor/chapters/styleguides.html#commit-style-guide
|