yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Add a class to the editor view indicating the worse lint violation type #61

Closed laginha87 closed 10 years ago

laginha87 commented 10 years ago

This way anyone is able to style easily the editor as they see fit, depending on the kind of lint-violation. For instance, I switch my editors background to red when there is a lint error.

yujinakayama commented 10 years ago

Do you mean displaying the number of violations in the status bar doesn't get enough attention? I'll think about this. Though IMO, external plugins should not pollute built-in views as much as possible.