Skip to content

Commit

Permalink
Disable rubocops Style/VariableNumber cop
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jun 20, 2017
1 parent 5192057 commit 25fda6c
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 @@ -188,6 +188,9 @@ Style/StringLiterals:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylestringliterals

Style/VariableNumber:
Enabled: false

Style/WhileUntilModifier:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylewhileuntilmodifier
Expand Down

0 comments on commit 25fda6c

Please sign in to comment.