blob: ed4a4438b3f893d2a31c5fe5cdb23039ac206ef0 [file] [log] [blame]
# This configuration was generated by `rubocop --auto-gen-config`
# on 2015-04-17 14:43:27 -0700 using RuboCop version 0.30.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 30
Metrics/AbcSize:
Max: 40
# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 184
# Offense count: 35
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 36
# Offense count: 7
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 8
# Offense count: 9
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Enabled: false
# Offense count: 1
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
Style/Next:
Enabled: false
# Offense count: 2
# Configuration parameters: Methods.
Style/SingleLineBlockParams:
Enabled: false
# Offense count: 1
Style/StructInheritance:
Enabled: false