Open
Description
This issue has 2 parts
- Style/RescueStandardError isn't represented at all in the style guide
- In particular, https://github.com/bbatsov/ruby-style-guide/tree/2c0b4713794ea07a70ca4e1dee81405350fa7544#no-blind-rescues shows that
rescue => e
is "good", but this line would fail against Style/RescueStandardError 's default of "explicit".
Since this cop has 2 choices (implicit and explicit), I'm not sure how to make a PR for this change to show that it's "bad" with defaults, but "good" with changes (not even sure the guide cares about those choices)