Skip to content

Commit

Permalink
Disable Style/RaiseArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Jan 17, 2015
1 parent a7ecfab commit bb52258
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Style/SymbolProc:
Style/TrivialAccessors:
Enabled: false

# This allows for semantic exceptions
Style/RaiseArgs:
Enabled: false



# Offense count: 1
Expand Down Expand Up @@ -192,11 +196,6 @@ Style/IndentArray:
# Style/PerlBackrefs:
# Enabled: false

# Offense count: 4
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/RaiseArgs:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
# Style/RedundantBegin:
Expand Down

0 comments on commit bb52258

Please sign in to comment.