-
Notifications
You must be signed in to change notification settings - Fork 527
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
Node 4.1.2, start of undefined #373
Comments
Are you using tabs in your project? If so see #62 |
@DanPurdy no, spaces all the way! |
Would you mind trying to narrow down the code that this is occurring on then please? Just so we can see what is causing it. Thanks |
Seems to be failing on all files, I tried linting 1 file at a time, fails. |
Ran it directly via CLI
|
Would you mind zipping up the project files and sending them to me? I can hopefully debug it then and work out what this is. |
Or pushing them up to github somewhere! I forget we don't need floppy disks to share files some days! 😄 |
@DanPurdy Are you using node 4.1.3? If not can you try it? I know it's failing on indentation, but I doubt it's a file doing it.
|
Our indentation tests are passing against node 4.2.2 wait.. are you using scss or Sass? Indentation is currently not working with Current status' of rules supporting |
scss On Tue, Nov 3, 2015 at 6:02 PM Dan Purdy notifications@github.com wrote:
|
I need to get hold of your code then and try and work out what's going on If that's possible, if you say it's happening on every file then any of them will do. I'm at a loss to say what's wrong until then.. Can you also just confirm which version of sass-lint you're using. |
Hi @robertbaker, Thanks for this, I've finally got round to looking at this and can confirm there is a bug in the indentation rule due to the CRLF line endings you're using in that file. I've created another issue which has a bit more information on the direct issue to be resolved so I'm going to close this issue in an effort to keep things manageable, you can find that issue here #382. Thanks again for taking the time to follow up on this, hopefully this will be resolved fairly soon! |
The text was updated successfully, but these errors were encountered: