kungfusheep / SublimeLinter-contrib-stylelint

this repo is no longer maintained - please see https://github.com/SublimeLinter/SublimeLinter-stylelint
MIT License
116 stars 19 forks source link

Add support for handling errors and warnings #36

Closed niksy closed 8 years ago

niksy commented 8 years ago

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.

kungfusheep commented 8 years ago

Thanks!