Sha256: 5f693c4c62cf2a8a071d4f35ac0ba05c362f65a174165bb20d54d2fe4d9c8999

Contents?: true

Size: 1017 Bytes

Versions: 1

Compression:

Stored size: 1017 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-08-20 14:17:26 -0400 using RuboCop version 0.51.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
Lint/AmbiguousOperator:
  Exclude:
    - 'spec/spacex/launches_spec.rb'

# Offense count: 3
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 71

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

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 12

# Offense count: 2
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/spacex/launches.rb'
    - 'lib/spacex/version.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spacex-0.0.3 .rubocop_todo.yml