-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Status: DoneIssue is done internallyIssue is done internallyType: BugBug in conventional-precommit-linterBug in conventional-precommit-linter
Description
I noticed that a partial match of a type is sufficient to pass the check. For example git commit -m "rever: some commit msg"
passes when using the configuration below.
...
- repo: https://github.com/espressif/conventional-precommit-linter
rev: v1.3.0
hooks:
- id: conventional-precommit-linter
stages: [commit-msg]
args:
- --types=feat,fix,ci,refactor,revert,merge
...
Is this intended behavior (to allow for abbreviations)? If so it might be useful to state this in the readme since I, and pehaps others, did not expect this.
Metadata
Metadata
Assignees
Labels
Status: DoneIssue is done internallyIssue is done internallyType: BugBug in conventional-precommit-linterBug in conventional-precommit-linter