-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to not format [prompt] #2402
Comments
A subject can't start with |
Currently, the commitlint/@commitlint/prompt/src/library/get-prompt.ts Lines 133 to 138 in c2c257d
If we input
I'm not sure if a plugin can handle this internal problem of IMO, this might be a bug of |
@meteorlxy @xiaomuzizier sorry, didn't see this was using prompt. Prompt is not in a good state at the moment. |
@meteorlxy thanks you for helping me. |
@escapedcat oh.thx.then i will wait.I will follow updates at any time. |
@escapedcat Is this bug solved? |
No, sorry. The MR #2375 is still open. But maybe we could try to rebase it to |
@escapedcat I'd like to try that. But I have little experience with open source projects, I don’t know if I can do it |
Ok, no worries. In this case it's a bit more complicated because the branch is in armanos fork. Let me try that and we'll see what happens. I'll let you know when I did it. |
@escapedcat ok,thx!!Looking forward to co-developing the project with you next time |
@escapedcat this can be closed as for #2697 |
Thanks @armano2 , closing |
I want my input to be what the output is
Expected Behavior
when i enter --story=100321
when enter ,it show --story=100321
Current Behavior
when i enter --story=100321
when enter ,it show story='100321'
the '--' is lost and number has quotation marks。
Affected packages
Possible Solution
Steps to Reproduce (for bugs)
i use @commitlint/prompt-cli with commintlint
commitlint.config.js
Context
Your Environment
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/prompt-cli": "^11.0.0",
commitlint --version
git --version
node --version
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/prompt-cli": "^11.0.0",
The text was updated successfully, but these errors were encountered: