Sha256: 8391afa0163e7b5238f8206127a33f85af6393b0cef39c75a2542f3e9f68c489

Contents?: true

Size: 565 Bytes

Versions: 4

Compression:

Stored size: 565 Bytes

Contents

inherit_from: .rubocop_todo.yml

require: rubocop-performance

# AllCops:
#   TargetRubyVersion: 2.6.2
#   Exclude:
#     - bin/**
#     - db/**/*
#     - node_modules/**/*

Documentation:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Lint/Void:
  Enabled: false

Metrics/AbcSize:
  Max: 30

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 1500

Metrics/MethodLength:
  Max: 25

Metrics/BlockLength:
  Max: 70

Layout/HashAlignment:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_request-0.1.4 .rubocop.yml
simple_request-0.1.3 .rubocop.yml
simple_request-0.1.2 .rubocop.yml
simple_request-0.1.1 .rubocop.yml