Skip to content

Commit

Permalink
Disable Style/MutableConstant because existent code relies on it
Browse files Browse the repository at this point in the history
  • Loading branch information
aeroastro committed Jun 29, 2017
1 parent d80e720 commit 9bfc52b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Expand Up @@ -2,3 +2,5 @@ inherit_from:
- .rubocop_rubyzip.yml
AllCops:
TargetRubyVersion: 1.9
Style/MutableConstant:
Enabled: false # Because some existent code relies on mutable constant

0 comments on commit 9bfc52b

Please sign in to comment.