Sha256: 4a07c2e1674e526d978eeaa9b11a964b4def54416600fc25d78964a124f42f2a

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
strava-ruby-client-0.1.0 .rubocop_todo.yml