iftheshoefritz / solargraph-rails

Solargraph plugin to add awareness of Rails-specific code
MIT License
321 stars 29 forks source link

Catch errors when parsing a file so that other files can still be processed #14

Open iftheshoefritz opened 3 years ago

iftheshoefritz commented 3 years ago

Don't let one bad file prevent loading of other files. Rescue outside of PinCreator.create_pins and log the error, but allow the process to continue.