AtomLinter / linter-reek

An Atom Linter package for Reek, the Ruby code smell detector.
https://atom.io/packages/linter-reek
MIT License
7 stars 5 forks source link

Linter should raise a warning on invalid Ruby syntax #94

Open dathagerty opened 7 years ago

dathagerty commented 7 years ago

Currently, when a file with invalid syntax is run through the linter, it causes errors. This makes big, unfriendly red modals fill the right side of the editor and is generally user-unfriendly.

This goal of this change is to reduce these errors to a warning for Linter, so the user is alerted to the invalid syntax but does not have large, unfriendly modals disrupting the view of the editor.

dathagerty commented 7 years ago

This is in reference to #92.

vzamanillo commented 5 years ago

Fixed on #121