Currently, linter handles every error as true error, but if you set certain rule to severity: "warning", that rule should be handled as warning and therefore differently marked inside editor. This PR also (probably) fixes https://github.com/kungfusheep/SublimeLinter-contrib-stylelint/issues/22.
Currently, linter handles every error as true error, but if you set certain rule to
severity: "warning"
, that rule should be handled as warning and therefore differently marked inside editor. This PR also (probably) fixes https://github.com/kungfusheep/SublimeLinter-contrib-stylelint/issues/22.