-
Notifications
You must be signed in to change notification settings - Fork 528
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
Empty lines and missing issue description #222
Comments
Hey @alansouzati I'm afraid it's a parsing error/problem with the AST we are using, it looks to be fixed in the latest dev branch but we are just waiting for a release now, but it's definitely coming. Looks like around a week or so now 😄 see here tonyganch/gonzales-pe#94 The lines causing you issue are
Thanks for the report though, we'll get there soon enough and all of your wildest node only linting dreams will be realised! 😄 |
Cool, looking forward to the release! On Fri, Sep 25, 2015 at 2:05 PM, Dan Purdy [email protected] wrote:
Alan Souza |
This is unfortunately still causing a parse issue in the latest build of gonzales-pe (3.2.1) I've filed an issue here |
@alansouzati this is fixed / no longer causing a parse error in sass-lint 1.6.0 |
This is great news, just in time! I'm soon going to re-evaluate the use of sass-lint for Grommet :) We are looking forward to removing the ruby dependency and be a 100% node-only project. I will keep you posted @DanPurdy, and thanks for the follow up |
If you have any issues just let us know, we're trying to iron out as many of the edge cases as we can while also getting some fixes into the parser. |
Thanks a lot @DanPurdy the latest version of grommet-toolbox now uses sass-lint. I'm proud to say that now we are a node-only project. |
@alansouzati Awesome! 🎉 |
Hey guys,
Awesome job here, node-only Sass linting is something I've been looking for months. Glad you guys are putting effort on this.
I've tried to integrate this tool inside Grommet and I'm facing some challenges. It seems there is something I'm doing wrong, but I can't seem to find what. There is a bunch of empty lines created by the sass linter and a message
Please check validity of the block starting from line #5
.Here is the content for this given file:
I've faced this issue elsewhere, is that related to the for loop? Any recommendation on how to fix that?
The text was updated successfully, but these errors were encountered: