fix: allow whitespace character in license SLUG #25
commisery.yml
on: pull_request
commit-message
/
commit-message
2s
Annotations
3 errors
commit-message / commit-message
1 of the pull request's commits are not valid Conventional Commits
|
(Commit e032c1c0) fix: Allow whitespace character in license SLUG.
This PR fixes the regex for the license SLUG by (1) allowing the space
character to occur and (2) moving the `-` to the beginning of the list
of allowed characters where it belongs.
Signed-off-by: Ingo Müller <[email protected]>
[C003] Description should not start with a capital case letter
|
(Commit e032c1c0) fix: Allow whitespace character in license SLUG.
This PR fixes the regex for the license SLUG by (1) allowing the space
character to occur and (2) moving the `-` to the beginning of the list
of allowed characters where it belongs.
Signed-off-by: Ingo Müller <[email protected]>
[C013] Subject should not end with punctuation
|