Sha256: b367b47f322f2bdd38b0a36ce5dcce78b6ae6391bee2dbc46204ad493a16f98b

Contents?: true

Size: 1.08 KB

Versions: 14

Compression:

Stored size: 1.08 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-06-03 22:43:16 +0800 using RuboCop version 0.85.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: 2
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
  Max: 30

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 138

# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 8

# Offense count: 7
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 86

# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 8

Metrics/BlockLength:
  Max: 200
  Exclude:
    - spec/entities/client_spec.rb
    - spec/client_spec.rb

Layout/LineLength:
  Max: 200

Metrics/ModuleLength:
  Exclude:
    - lib/crunchbase/utilities/veriables.rb

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
crunchbase4-0.2.6 .rubocop_todo.yml
crunchbase4-0.2.5 .rubocop_todo.yml
crunchbase4-0.2.4 .rubocop_todo.yml
crunchbase4-0.2.2 .rubocop_todo.yml
crunchbase4-0.2.1 .rubocop_todo.yml
crunchbase4-0.2.0 .rubocop_todo.yml
crunchbase4-0.1.9 .rubocop_todo.yml
crunchbase4-0.1.8 .rubocop_todo.yml
crunchbase4-0.1.7 .rubocop_todo.yml
crunchbase4-0.1.6 .rubocop_todo.yml
crunchbase4-0.1.5 .rubocop_todo.yml
crunchbase4-0.1.4 .rubocop_todo.yml
crunchbase4-0.1.3 .rubocop_todo.yml
crunchbase4-0.1.2 .rubocop_todo.yml