Shane da Silva
Shane da Silva
Hey @adsteel, thanks for suggesting ways we can improve the tool. I'll answer each of your points separately > - An error count if there are errors Error count is...
Ok, I'm fine to leave this open. Thanks for providing examples of other tools which default to this behavior. Regarding: > I also had to explicitly program the exit code...
Thanks for the reminder, @adsteel. I had looked at this initially and was promptly distracted. My concern with this is that this breaks SCSS-Lint's integration with [Overcommit](https://github.com/brigade/overcommit), since Overcommit uses...
Definitely open to a pull request adding support for this. Thanks!
Thanks for your interest in `scss-lint`, @dsandstrom. We currently do not have any plans to support Sass syntax, as internally we only use SCSS syntax. Furthermore, SCSS is considered the...
There's always hope. Technically speaking, this should not be terribly difficult to do. However, this will be a very tedious change, as many linters will need to have their tests...
I'm open to any suggestions, but someone is going to have to take the torch and get the ball rolling. There's also a path where we develop on master, since...
Hey @mdiebolt, thanks for digging in to adding this feature. The issue you're seeing is due to the monkey patching we do to the Sass parse tree nodes in https://github.com/causes/scss-lint/tree/master/lib/scss_lint/sass....
I'm not sure how that addresses the problem, @tbremer. All that would give you is a converted document, with lints which may not apply to the original document you had...
@mdiebolt Anything holding you back from submitting your changes back into the upstream project? (I have not tested your implementation, so I don't know if it's comprehensive or not)