untile / js-configs

Untile configs and conventions
https://untile.pt
MIT License
1 stars 0 forks source link

`commitlint` does not allow to reword commit during rebase #45

Closed luisdralves closed 1 year ago

luisdralves commented 1 year ago

If you attempt to reword a commit in an interactive rebase, commitlint will fail

Result: "failed"
Error Msg: Only the following prefixes are allowed: bugfix|dependabot|enhancement|feature|hotfix|release|support
Branch Name: "(no branch, rebasing enhancement/accessibility)"
Pattern:"/^(master|development){1}$|^(bugfix|dependabot|enhancement|feature|hotfix|release|support)\/.+$/g"

We should add an exception for the no branch, rebasing pattern

luisdralves commented 1 year ago

git rebase --continue also fails