make rubocop happy

This commit is contained in:
Florian Weingarten
2015-06-04 11:56:00 -04:00
parent 6b0f6401d0
commit 02729e89c0
2 changed files with 22 additions and 20 deletions
+1
View File
@@ -3,6 +3,7 @@ inherit_from: ./.rubocop_todo.yml
AllCops: AllCops:
Exclude: Exclude:
- 'performance/shopify/*' - 'performance/shopify/*'
- 'pkg/**'
Lint/AssignmentInCondition: Lint/AssignmentInCondition:
Enabled: false Enabled: false
+21 -20
View File
@@ -1,5 +1,5 @@
# This configuration was generated by `rubocop --auto-gen-config` # This configuration was generated by `rubocop --auto-gen-config`
# on 2015-05-13 19:54:01 +0000 using RuboCop version 0.31.0. # on 2015-06-04 11:55:03 -0400 using RuboCop version 0.31.0.
# The point is for the user to remove these configuration records # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
@@ -9,19 +9,15 @@
Lint/AmbiguousOperator: Lint/AmbiguousOperator:
Enabled: false Enabled: false
# Offense count: 2 # Offense count: 5
Lint/AmbiguousRegexpLiteral: Lint/AmbiguousRegexpLiteral:
Enabled: false Enabled: false
# Offense count: 1
Lint/Eval:
Enabled: false
# Offense count: 4 # Offense count: 4
Lint/ParenthesesAsGroupedExpression: Lint/ParenthesesAsGroupedExpression:
Enabled: false Enabled: false
# Offense count: 3 # Offense count: 11
# Cop supports --auto-correct. # Cop supports --auto-correct.
Lint/UnusedMethodArgument: Lint/UnusedMethodArgument:
Enabled: false Enabled: false
@@ -36,7 +32,7 @@ Lint/UselessAssignment:
# Offense count: 51 # Offense count: 51
Metrics/AbcSize: Metrics/AbcSize:
Max: 59 Max: 58
# Offense count: 2 # Offense count: 2
Metrics/BlockNesting: Metrics/BlockNesting:
@@ -45,18 +41,18 @@ Metrics/BlockNesting:
# Offense count: 16 # Offense count: 16
# Configuration parameters: CountComments. # Configuration parameters: CountComments.
Metrics/ClassLength: Metrics/ClassLength:
Max: 304 Max: 314
# Offense count: 10 # Offense count: 12
Metrics/CyclomaticComplexity: Metrics/CyclomaticComplexity:
Max: 15 Max: 15
# Offense count: 547 # Offense count: 554
# Configuration parameters: AllowURI, URISchemes. # Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength: Metrics/LineLength:
Max: 294 Max: 294
# Offense count: 76 # Offense count: 77
# Configuration parameters: CountComments. # Configuration parameters: CountComments.
Metrics/MethodLength: Metrics/MethodLength:
Max: 46 Max: 46
@@ -64,7 +60,7 @@ Metrics/MethodLength:
# Offense count: 1 # Offense count: 1
# Configuration parameters: CountComments. # Configuration parameters: CountComments.
Metrics/ModuleLength: Metrics/ModuleLength:
Max: 216 Max: 235
# Offense count: 6 # Offense count: 6
Metrics/PerceivedComplexity: Metrics/PerceivedComplexity:
@@ -80,34 +76,34 @@ Style/AccessorMethodName:
Style/AndOr: Style/AndOr:
Enabled: false Enabled: false
# Offense count: 2 # Offense count: 3
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods. # Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods.
Style/BlockDelimiters: Style/BlockDelimiters:
Enabled: false Enabled: false
# Offense count: 1 # Offense count: 2
Style/DoubleNegation: Style/DoubleNegation:
Enabled: false Enabled: false
# Offense count: 1 # Offense count: 9
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
Style/EmptyLinesAroundClassBody: Style/EmptyLinesAroundClassBody:
Enabled: false Enabled: false
# Offense count: 2 # Offense count: 3
# Configuration parameters: MinBodyLength. # Configuration parameters: MinBodyLength.
Style/GuardClause: Style/GuardClause:
Enabled: false Enabled: false
# Offense count: 1 # Offense count: 62
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues. # Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues.
Style/HashSyntax: Style/HashSyntax:
Enabled: false Enabled: false
# Offense count: 13 # Offense count: 4
# Configuration parameters: EnforcedStyle, SupportedStyles. # Configuration parameters: EnforcedStyle, SupportedStyles.
Style/MethodName: Style/MethodName:
Enabled: false Enabled: false
@@ -126,6 +122,11 @@ Style/Next:
Style/PredicateName: Style/PredicateName:
Enabled: false Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
Style/RedundantException:
Enabled: false
# Offense count: 1 # Offense count: 1
Style/RescueModifier: Style/RescueModifier:
Enabled: false Enabled: false
@@ -136,7 +137,7 @@ Style/RescueModifier:
Style/Semicolon: Style/Semicolon:
Enabled: false Enabled: false
# Offense count: 3 # Offense count: 1
# Cop supports --auto-correct. # Cop supports --auto-correct.
Style/SpecialGlobalVars: Style/SpecialGlobalVars:
Enabled: false Enabled: false