Skip to content
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

Feature Request: Enable outputting of lint findings to file #2

Closed
johnrengelman opened this issue Jun 20, 2013 · 2 comments
Closed

Comments

@johnrengelman
Copy link

The grunt-contrib-csslint tasks allow the output of findings to a file. This is useful for Continuous Integration systems like Jenkins and Hudson. It would be nice if lesslint supported the same output formatting as csslint.

Alternatively, have you considered just handling control of the less compilation and css linting to the grunt tasks that already provide this? Then this plugin would simply provide the mapping back from css errors to the less source files?

@kevinsawicki
Copy link
Collaborator

I added support for formatters and released it with 0.10.0. It supports the same options syntax as the CSS Lint plugin.

As to your other question, it is something worth looking into, whether it is possible to just call into those plugins directly.

@kevinsawicki
Copy link
Collaborator

Found one small issue and pushed another release so if you give this a try please make sure to grab at least version 0.11.0.

And please let me know if you have any issues with it, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants