Sha256: e0809d02c608c63fc1f149672463b7fa342d0e562571b901cd7500189f5f1618

Contents?: true

Size: 1.5 KB

Versions: 1

Compression:

Stored size: 1.5 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-01-05 16:54:58 -0500 using RuboCop version 0.50.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: CountComments.
Metrics/ClassLength:
  Max: 103

# Offense count: 94
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 142

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 25

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 265

# Offense count: 2
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
  Exclude:
    - 'features/steps/api_navigation.rb'
    - 'features/steps/default_config.rb'

# Offense count: 4
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'features/steps/api_navigation.rb'
    - 'features/steps/default_config.rb'
    - 'features/support/api.rb'
    - 'features/support/fixtures.rb'

# Offense count: 2
Style/DoubleNegation:
  Exclude:
    - 'lib/hyperclient/curie.rb'
    - 'lib/hyperclient/link.rb'

# Offense count: 1
Style/MethodMissing:
  Exclude:
    - 'lib/hyperclient/collection.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hyperclient-0.9.0 .rubocop_todo.yml