-
Notifications
You must be signed in to change notification settings - Fork 478
JSON Formatter #602
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
Comments
Absolutely! Though with the current pace of development and releases, I doubt such a feature would make it into production anytime soon 😢 |
Bump! It's 2015, XML is long gone, Just support JSON already! 🌹 |
An implementation of this is up in #606, now we just need to wait for it to get merged 😉. |
Hi, we have a tool named With that you can get CSSLint JSON output right now, assuming you have csslint installed on your machine:
The save flag will generate a coala configuration file so next time you just type (Note: the intention behind this tool is to make the lifes of the people writing static code analysis easier so we do user interaction for them. Goal is to reduce redundancy not create some so we're currently wrapping lots of other tools so you can seamlessly use everything via coala.) |
@sils1297 #606 was written specifically so we don't need to rely on aggregator tools like that (and even more specifically so we don't have to bother with pulling in a library to parse XML...). Our use case is the linter-csslint plugin for the Atom text editor, which is quite specifically for That being said, that's an interesting tool and it would be nice to see it as a service provider for the linter pacakge 😉. If you were interested in putting that together and had any questions feel free to hop into the #linter-plugin-dev channel on Atom's Slack instance. |
@Arcanemagus you speak of an atom linter based on the atom linter thing? Like https://github.com/coala-analyzer/coala-atom ? |
Ha! Exactly 😉 |
#606 has been merged. Closing this issue. |
Opening this issue just to see if there is interest in this. I am happy to build it if there is:
It would be great to have a JSON formatter that outputs the result of the linting in one JSON document, rather than the XML or text formatters that are present.
The text was updated successfully, but these errors were encountered: