Skip to content

Commit

Permalink
rubocop: disable the Style/VariableNumber cop
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Sep 23, 2016
1 parent f3d9ff7 commit f019f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ Style/MultilineHashBraceLayout:

Style/NumericPredicate:
Enabled: false

Style/VariableNumber:
Enabled: false

0 comments on commit f019f37

Please sign in to comment.