Open ibotty opened 4 weeks ago
:x: Found 105 compliant commit and 6 non-compliant commits in cfcfdd90d458a2a7d27fdc0ce76b40bbc91f9849...a571140dd5b93e744473630381cdc834cbc19015.
Commit cfcfdd90d458a2a7d27fdc0ce76b40bbc91f9849 by @mrkajetanp is not conform to the conventional commit specification :
mrkajetanp's dotfiles in example repositories
cause:
Missing commit type separator `:`
Caused by:
--> 1:11
|
1 | mrkajetanp's dotfiles in example repositories
| ^---
|
= expected scope or type_separator
Commit c803bfb897439edc87ae1582d950f9795b76b996 by @oknozor is not conform to the conventional commit specification :
refacor: split paths and settings into dedicated modules
Errored commit: not committed <oknozor>
Commit message:'refacor: split paths and settings into dedicated modules'
Error:Commit type `refacor` not allowed
Commit 8449e6641a3a0b778d2f8c08a6dc2df05de57044 by @ShoyuVanilla is not conform to the conventional commit specification :
Minor typo
cause:
Missing commit type separator `:`
Caused by:
--> 1:6
|
1 | Minor typo
| ^---
|
= expected scope or type_separator
Commit 6aad90aa65464a98db14aca18894ac52c58529f1 by @ibotty is not conform to the conventional commit specification :
This uses the key gpg_user_ids
, but keeps gpg_user_id
as alias for
backwards compatibility.`
cause:
Missing commit type separator `:`
Caused by:
--> 1:6
|
1 | allow encrypting/decrypting to/from multiple keys
| ^---
|
= expected scope or type_separator
Commit 4443ac5b354d0e9f84e1e7afda328cb70691fa92 by @ibotty is not conform to the conventional commit specification :
This was showing up in the syntax highlighting.`
cause:
Missing commit type separator `:`
Caused by:
--> 1:7
|
1 | remove trailing whitespace in gpg docs
| ^---
|
= expected scope or type_separator
Commit a571140dd5b93e744473630381cdc834cbc19015 by @ibotty is not conform to the conventional commit specification :
update readme for multiple gpg keys
cause:
Missing commit type separator `:`
Caused by:
--> 1:7
|
1 | update readme for multiple gpg keys
| ^---
|
= expected scope or type_separator
Oh, something went wrong. Wait a sec.
Now it's alright.
I think we need a few tests with multiple GPG ids.
supersedes #256, closes #103.