You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
See the detail of each type.
Disable [Enter 2 empty lines to finish].
Interactive git commit.
Describe the solution you'd like
Specify types and their explanations on gitwok.yaml
gitwok:
commit:
type:
- type1detail: detail of type1
- type2detail: detail of type2
Specify whether to write multiple lines on gitwok.yaml.
gitwok:
commit:
prompt:
multiple-lines: false
I use Gitlint, and it shows interactive questions about whether to ignore warnings, not to commit, or to edit the commit message.
Since GitWok prevents it from showing the questions, the git commit command never ends with Gitlint waiting for my answer.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
[Enter 2 empty lines to finish]
.git commit
.Describe the solution you'd like
gitwok.yaml
gitwok.yaml
.Since GitWok prevents it from showing the questions, the
git commit
command never ends with Gitlint waiting for my answer.The text was updated successfully, but these errors were encountered: