Skip to content

Commit

Permalink
[v2.x only] disable couple rubocop cops
Browse files Browse the repository at this point in the history
Backporting #223 bumped to rubocop with different defaults.
These rubocop errors are fixed on master by #253 and #269
but we didn't backport those.
  • Loading branch information
cben committed Jan 25, 2018
1 parent e9817fd commit d39a9c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ Security/MarshalLoad:
Style/MethodCallWithArgsParentheses:
IgnoredMethods:
- require_relative

# disabled on [v2.x] branch
Style/PercentLiteralDelimiters:
Enabled: false
Style/SignalException:
Enabled: false

0 comments on commit d39a9c1

Please sign in to comment.