Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.4k
Open
Description
Athttps://github.com/rubocop/ruby-style-guide#suppressing-exceptions, it says "Don't suppress" exceptions, but then listsdo_something rescue nil
as a good example.
# gooddo_something rescue nil
It could be my ignorance, but that reads like an example of suppressing an exception. Am I misunderstanding? Apologies if so.
Metadata
Metadata
Assignees
Labels
No labels