# This configuration was generated by # `rubocop --auto-gen-config` # on 2018-11-23 11:26:24 -0500 using RuboCop version 0.60.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 Metrics/AbcSize: Max: 30 # Offense count: 7 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 127 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 9 # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 18 # Offense count: 1 Metrics/PerceivedComplexity: Max: 9 # Offense count: 1 # Configuration parameters: EnforcedStyleForLeadingUnderscores. # SupportedStylesForLeadingUnderscores: disallowed, required, optional Naming/MemoizedInstanceVariableName: Exclude: - 'lib/strava/logger.rb' # Offense count: 19 Style/Documentation: Enabled: false # Offense count: 25 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 112