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
When Coala asks for user input, long questions are wrapped incorrectly.
Steps to Reproduce
Run coala -f src/*.c -d bears -b CommunicationBear -L DEBUG
Actual Results
$ coala -f src/*.c -d bears -b CommunicationBear
[WARNING][11:51:46] The default coafile '.coafile' was not found. You can generate a configuration file with your current options by adding the `--save` flag.
.) needed by CommunicationBear: ting "user_input" (Arbitrary user input.
Expected Results
Question wraps to the next line, not the current one
Reproducibility
I used a fresh checkout of coala-tutorial
The text was updated successfully, but these errors were encountered:
When Coala asks for user input, long questions are wrapped incorrectly.
Steps to Reproduce
coala -f src/*.c -d bears -b CommunicationBear -L DEBUG
Actual Results
Expected Results
Question wraps to the next line, not the current one
Reproducibility
I used a fresh checkout of coala-tutorial
The text was updated successfully, but these errors were encountered: