new scss_lint => wrong output
Macke105 opened this issue · 0 comments
Macke105 commented
upgrading scss-lint (gem install scss-lint) from 0.48.0 to 0.49.0 causes the linter to displaply errors on wrong lines in sublime and grouping some of them together (even tho it still finds all errors). This is probably caused by the changes done to output from scss-lint in 0.49.0, see below for details.
0.48.0 output: File:Line [W] RuleName: RuleText
0.49.0 output: File:Line:Column [W] RuleName: RuleText