attenzione/SublimeLinter-scss-lint

syntax error - expecting end of input

dwayne-roberts opened this issue · 6 comments

For reasons unclear to me at the moment, I noticed ST3 wasn't linting my SCSS files anymore. So I openend the console and saw the following.

Writing file /C/Program Files (x86)/xampp/htdocs/maxfactor/scss/components/_lists.scss with encoding UTF-8 (atomic)
SublimeLinter: scss: _lists.scss ['C:\\Ruby200-x64\\bin\\ruby.exe', 'C:\\Ruby200-x64\\bin\\scss-lint.bat', '--config', 'C:\\Program Files (x86)\\xampp\\htdocs\\maxfactor\\.scss-lint.yml'] 
SublimeLinter: scss output:
C:/Ruby200-x64/bin/scss-lint.bat:1: syntax error, unexpected tCONSTANT, expecting end-of-input `

Linting on the command line works fine so it doesn't seem like it's an issue with the scss-lint gem. Also linting with another 3rd party which uses the gem gulp-scsslint works fine.

Any thoughts?

seems problem with temporary created file for linting, this file is made by SublimeLinter

Ok, so I should report the issue there??

would be great

On Thu, Nov 27, 2014, 17:13 Dwayne Roberts notifications@github.com wrote:

Ok, so I should report the issue there??


Reply to this email directly or view it on GitHub
#16 (comment)
.

I meet same problem and here is PR to fix: SublimeLinter/SublimeLinter#172

Thanks to @Eric-Guo this should be closed.

Pulled in the latest and it worked like charm. Thanks @Eric-Guo and @skj3gg