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

Show missing linter warnings #45

Closed nwoltman closed 7 years ago

nwoltman commented 7 years ago

Currently, warnings that have severity "warning" are only shown if there are also warnings with severity "error". This patch allows the linter to always show warnings even if none of them have severity "error".

nwoltman commented 7 years ago

Superseded by #49 (it has a better solution than this PR).

subzey commented 7 years ago

I feel ashamed. It's certainly needs a lot of courage and dedication to revoke your own code in favor of someone else's one. Even if it's a one-line patch. Thank you, @nwoltman!