-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What's the problem this feature will solve?
Git commit message titles should be written in imperative mood. (Citation needed)
Describe the solution you'd like
There is a check like this over here, with a relatively heavyweight dependency:
seems easy enough to implement, but the dependency is heavy.
Rust has https://crates.io/crates/imperative - this has been migrated from here:
This does not come with a dependency but with a wordlist, e.g.,
https://github.com/crate-ci/imperative/blob/master/assets/imperatives.txt
I think that using a wordlist fits the style of this tool better.
Additional context
No response
shenxianpeng
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request