Skip to content

Commit

Permalink
Merge pull request #354 from djberg96/preferred_exception_name
Browse files Browse the repository at this point in the history
Change default preferred exception name to 'err'
  • Loading branch information
bdunne authored Jun 6, 2019
2 parents f425f57 + 9aceb78 commit fbe3239
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 @@ -38,6 +38,8 @@ Metrics/ParameterLists:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Naming/RescuedExceptionsVariableName:
Enabled: false
Performance/Casecmp:
Enabled: false
Rails:
Expand Down

0 comments on commit fbe3239

Please sign in to comment.