Skip to content

Commit

Permalink
Merge pull request #310 from Fryguy/style-rescue-standard-error
Browse files Browse the repository at this point in the history
Set Style/RescueStandardError to implicit
  • Loading branch information
bdunne authored Jan 13, 2020
2 parents d3f668e + c4d90fd commit d320f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ Style/RegexpLiteral:
Enabled: false
Style/RescueModifier:
AutoCorrect: false
Style/RescueStandardError:
EnforcedStyle: implicit
Style/SignalException:
EnforcedStyle: only_raise
Style/SingleLineBlockParams:
Expand Down

0 comments on commit d320f28

Please sign in to comment.