-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Report type is longer than 4 characters when type empty
Config
rules:
type-max-length:
level: error
length: 4Error message
$> echo -n "add new flag" | commitlint
type is longer than 4 charactersExpected behavior
type-max-length only check the length of type and type-empty check type empty
Version
# Run the following command
$ commitlint --version
commitlint-rs 0.2.2Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working