Skip to content

ci: Use commitlint for commit messages check #5183

ci: Use commitlint for commit messages check

ci: Use commitlint for commit messages check #5183

Triggered via pull request November 20, 2023 08:53
Status Failure
Total duration 1m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Commit lint
15s
Commit lint
PR title
0s
PR title
Matrix: python-style-check
Matrix: Cartesian syntax
Fit to window
Zoom out
Zoom in

Annotations

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