.rubocop.yml in ruby-short_url-1.1.0 vs .rubocop.yml in ruby-short_url-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
-inherit_from: .rubocop_todo.yml
-
AllCops:
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.4
+Style/HashEachMethods:
+ Enabled: false
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
Layout/LineLength: