Skip to content

Commit

Permalink
Disable some rubocop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hawthorn committed Mar 8, 2018
1 parent 4a1e237 commit edd6cc2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,16 @@ Naming/UncommunicativeMethodParamName:
- id
- to
- _

# Rubocop doesn't understand side-effects
Style/IdenticalConditionalBranches:
Enabled: false

Naming/MemoizedInstanceVariableName:
Enabled: false

Lint/UselessComparison:
Enabled: false

Lint/HandleExceptions:
Enabled: false

0 comments on commit edd6cc2

Please sign in to comment.