-
Notifications
You must be signed in to change notification settings - Fork 580
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
MarkdownBear is not very helpful #502
Comments
Thanks for reporting this issue! Your aid is required, fellow coalaian. Help us triage and solving this issue! CC @sils1297, @AbdealiJK |
I think you can check the default settings with Although, I agree that the error message is bad and these are just workarounds for you right now. |
@AbdealiJK thanks for the tips! Sadly, after this change to the .coafile the output still doesn't help: https://gitlab.com/underyx/dotfiles/builds/1641088 |
Oops, sorry. The reason it does not work is because |
It's a general problem to combine patches and help text from linters as they don't provide both. It's possible to run the linter twice (very bad for performance), and relating issue text to the patches. But this won't work always dependent on the complexity of an issue. Optimally linters need to support a new output format, that shows messages and patches combined. Then we can achieve perfect results. |
This issue is reserved under the GSoC project Improve Generic Bear Quality. |
Couldn't find a stable solution for this issue. The 'warnings' emitted by the remark-lint are inadequate also they are not in sync with the patches being offered by the tool. If something changes, we might still be able to fix this. But, I think we should get more bears for markdown. |
I experienced a similar problem, probably the same one. For me it said The text does not comply to the set style.
[INFO][15:51:17] Applied 'ShowPatchAction' on '/mypath/README.md' from 'MarkdownBear'. I noticed that every linter wants a new line at the end of every file. So my README.md didn't have this new line. Once I added it, the problem disappeared. |
https://gitlab.com/underyx/dotfiles/builds/1640916
I got an error message that
and I have no idea what to do with this, especially since coala is providing the settings and I don't even see them :(
The text was updated successfully, but these errors were encountered: