crate-ci / git-conventional

Conventional Commit API
docs.rs/git-conventional
Apache License 2.0
28 stars 7 forks source link

Extra space between scope and description causes "Missing Description" error #4

Closed epage closed 2 years ago

epage commented 3 years ago

I had a commit that looked like style: Fix clippy\n (note the two spaces). This gets a misleading error about no description.

epage commented 3 years ago

There is a verify that checks spaces that is failing. Not fully sure why that was there.

epage commented 2 years ago

Looks like this is fixed and a test exists