ahmednuaman / grunt-scss-lint

A Grunt task to lint your SCSS
MIT License
141 stars 35 forks source link

Added Json format #107

Closed DBaker85 closed 8 years ago

DBaker85 commented 9 years ago

Added the reporter option that allows to choose between xml and JSON. Added extension checks to add proper extensions to files Added global wrapper to JSON output for use when concatenating files

ahmednuaman commented 9 years ago

Thanks, do you mind fixing the errors first?

DBaker85 commented 9 years ago

Yeah sorry.

A little new to pull requests.

DBaker85 commented 9 years ago

If I understood your tests correctly. It seems to be fine now.

ahmednuaman commented 9 years ago

:(

ahmednuaman commented 8 years ago

Any news?

DBaker85 commented 8 years ago

Well, the change works, but the tests are failing because of a timeout on various tests. It seems to be random on each build. I get this error: 1) grunt-scss-lint exit code on failure: Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.

ahmednuaman commented 8 years ago

Any news on this?