-
Notifications
You must be signed in to change notification settings - Fork 0
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
Report missing formatter #167
Comments
Could be something like this based on your idea from #158
or a sum after
|
My point was more about the fact your tool might be unable to format at block because you find no binaries for a format you support. So, I think you should talk about formatter and not binaries I mean if you are formatting a shell script and any of beautysh or shfmt is present, it's OK the issue is when none of these binary is present |
So yes, summing up at the end would be better Something like Warning the following files were not fully formatted because there is no formatter found for: xml, ocaml
Please consider installing some to be able to format these files |
Following #158 idea
Another interesting idea could be to be able to report when our code found block code you could have checked/formatted but you couldn't because the parser is not available.
My point is the fact someone may install your tool, but nothing else.
It will launch mdsf on his markdown files, but it will provide nothing.
So maybe, something you could report at the end as a warning.
The text was updated successfully, but these errors were encountered: