Skip to content

Commit

Permalink
Set Style/RescueStandardError to implicit
Browse files Browse the repository at this point in the history
Most of the code base is already in implicit mode, but rubocop changed
their default to explicit.  This moves it back for consistency as well
as my personal preference :)
  • Loading branch information
Fryguy committed May 29, 2018
1 parent a2e5608 commit c4d90fd
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 @@ -224,6 +224,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 c4d90fd

Please sign in to comment.