There is no SublimeLinter-scss-lint?
Closed this issue · 6 comments
I successful did gem install scss-lint
.
I went to install the package via package control and there is no SublimeLinter-scss-lint
.
There is SublimeLinter-contrib-scss-lint
. Is that the correct one?
I installed that, but it doesn't lint my scss.
What have I missed?
Yes, this is -contrib-, because it's not from sublime linter author, but others
OK, so the SublimeLinter-scss-lint
referenced in the installation instructions is the same as SublimeLinter-contrib-scss-lint
in Package Control?
It still doesn't lint. Are there debugging/troubleshooting instructions somewhere so I can figure out why?
With SublimeLiner debug set to on, I see this in the console that makes it appear the linter is loaded:
SublimeLinter: scss activated: /Users/bob/.rvm/gems/ruby-2.0.0-p247@rails3/bin/scss-lint
scss-lint is in fact in that directory.
But I see this when a .scss file is edited:
SublimeLinter: scss: _layout.scss ['/Users/bob/.rvm/gems/ruby-2.0.0-p247@rails3/bin/scss-lint']
SublimeLinter: scss output:
/Users/bob/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'scss-lint' (>= 0) among 0 total gem(s) (Gem::LoadError)
from /Users/bob/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/dependency.rb:307:in `to_spec'
from /Users/bob/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_gem.rb:47:in `gem'
from /Users/bob/.rvm/gems/ruby-2.0.0-p247@rails3/bin/scss-lint:22:in `<main>'
No errors are highlighted.
Does that provide any clues?
Is anyone who's gotten this working able to give me a clue as to what's wrong with my configuration?
very similar to this issue #5
This is a duplicate of #5, actually.