.rubocop.yml in tablesmith-0.5.0 vs .rubocop.yml in tablesmith-0.6.0
- old
+ new
@@ -1,8 +1,5 @@
-require:
-- rubocop_lineup
-
AllCops:
TargetRubyVersion: 2.3
Layout/ClassStructure:
Enabled: true
@@ -52,10 +49,13 @@
- private_methods
Layout/DotPosition:
EnforcedStyle: trailing
+Layout/SpaceInsideHashLiteralBraces:
+ Enabled: false
+
Lint/Void:
Exclude:
- 'spec/**'
Metrics:
@@ -86,9 +86,12 @@
URISchemes: http, https
Metrics/MethodLength:
CountComments: false # count full line comments?
Max: 15
+
+Naming/UncommunicativeMethodParamName:
+ Enabled: false
Rails/Date:
Enabled: true
EnforcedStyle: flexible