# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-05-27 14:45:04 -0400 using RuboCop version 0.40.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: 1 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: - 'lib/resque/scheduler/env.rb' # Offense count: 2 Lint/UselessAccessModifier: Exclude: - 'lib/resque/scheduler.rb' # Offense count: 16 Metrics/AbcSize: Max: 36 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 12 # Offense count: 6 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 96 # Offense count: 19 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 34 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 314 # Offense count: 1 Style/CaseEquality: Exclude: - 'lib/resque/scheduler.rb' # Offense count: 1 Style/EachWithObject: Exclude: - 'lib/resque/scheduler.rb' # Offense count: 3 # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts. Style/FileName: Exclude: - 'examples/config/initializers/resque-web.rb' - 'lib/resque-scheduler.rb' - 'test/resque-web_test.rb' # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/resque/scheduler/lock/basic.rb' # Offense count: 1 Style/IfInsideElse: Exclude: - 'lib/resque/scheduler.rb'