This repository was archived by the owner on Aug 7, 2023. It is now read-only.
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Linter should raise a warning on invalid Ruby syntax #94
Open
Description
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.