Kenneth Skovhus

Results 254 comments of Kenneth Skovhus

It would make sense to merge and just release as part of the 1.0 beta.

Ideally, auto-generated files shouldn't be formatted, so adding a `# fmt: off` line seems like a very simple solution to this problem compared to adding a formatting hook. @syrusakbary would...

What happens if you run a `sass-lint --version` in a terminal? That should work else your path is not setup correctly. How did you install `sass-lint`? `npm -g install sass-lint`...

What does `which sass-lint` return?

Which platform are you on? OS X? So it seems your paths are not set up correctly. Try following this guide http://www.sublimelinter.com/en/latest/troubleshooting.html#debugging-path-problems So you should add `/usr/local/bin/` to your path...

Try following http://www.sublimelinter.com/en/latest/troubleshooting.html#debugging-path-problems Specifically: 1) open sublime console "view + show console" 2) click "tools + sublime linter + activate debug mode" Copy paste everything in the console here :)

Any spaces or special characters in your out-commented username and project name XXXXXX?

Thanks @coagmano . Do you have the same issue, or how did you reproduce the issue?

@cappadona ok thanks for reporting it. It might be expected behaviour with Sublime Linter.