Expose CodeAction "Disable for this line" for non-autofixable errors
magnuslarsen opened this issue · 3 comments
magnuslarsen commented
Currently the CodeAction "Disable for this line" is only present if the error is flagged as autofix-able, but I'd like to have it for non-autofixable errors too.
It's a very minor convenience boost :-)
Thanks for a great plugin!
Magnus
jhossbach commented
I have added this feature in #35, can you pull and test this @magnuslarsen ?
magnuslarsen commented
I can confirm that is works - thanks you so much!