Sha256: 7918673521c1e3f4a81377fd852baa64030a3b28978bfb5c1a3e5b0ffc521fe8

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-07-27 05:38:15 -0400 using RuboCop version 0.58.2.
# 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: 16

# Offense count: 5
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Max: 79

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

# Offense count: 1
# Configuration parameters: AllowedChars.
Style/AsciiComments:
  Exclude:
    - 'lib/iex/resources/quote.rb'

# Offense count: 2
Style/DateTime:
  Exclude:
    - 'lib/iex/resources/news.rb'
    - 'spec/iex/resources/news_spec.rb'

# Offense count: 23
Style/Documentation:
  Enabled: false

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iex-ruby-client-0.4.0 .rubocop_todo.yml