AtomLinter / linter-scss-lint

Linter plugin for SCSS, using scss-lint
36 stars 21 forks source link

fixes rvm wrapper command #97

Closed laginha87 closed 9 years ago

laginha87 commented 9 years ago

Using the previous command would return:


Could not find file 'scss_lint' nor '/.rvm/wrappers/ruby-2.2.2/scss_lint'.

I think the wrapper command expects the bin name and not the gem's name.

SpainTrain commented 9 years ago

You are absolutely correct :smiley:

Thanks for the correction!