- Notifications
You must be signed in to change notification settings - Fork 949
Closed as not planned
Labels
Description
Expected Behavior
When using commitlint with --from and --to it should detect violations if one commit message is not formatted properly
Current Behavior
When using:
commitlint --from 67fc95423dd3ec1f073dab2df304bf4f8a3c4063~2 --to 67fc95423dd3ec1f073dab2df304bf4f8a3c4063 --verbose --color
When using:
commitlint -e
It is not ok:

Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
No response
Steps to Reproduce
1. Two commits one ok the second violates the rules 2. Run with from to.Context
No response
commitlint --version
18.6.1
git --version
2.39.3
node --version
v20.11.0
