You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
linjiX
changed the title
Contrib rule CT1: contrib-title-conventional-commits only checks the start of the commit type
CT1: contrib-title-conventional-commits only checks the start of the commit type
Apr 3, 2021
- Python 3.10 support
- New Rule: ignore-by-author-name allows users to skip linting commit messages
made by specific authors
- --commit <SHA> flag to more easily lint a single commit message (#141)
- --fail-without-commits flag will force gitlint to fail (exit code 253) when
the target commit range is empty (typically when using --commits) (#193)
- Bugfixes:
- contrib-title-conventional-commits (CT1) now properly enforces the commit
type (#185)
- contrib-title-conventional-commits (CT1) now supports the BREAKING CHANGE
symbol "!" (#186)
- Under-the-hood: dependencies updated, test and github action improvements.
Full Release details in CHANGELOG.md.
Regular conventional commit message passes the
gitlint
check:But if adding a
s
after the commit typetest
, it also passes the check:Even if adding some irrelevant letters after the type:
The text was updated successfully, but these errors were encountered: