Sha256: 0209c506317d4eb061e889a0a58a84c356341cae00dc0f762a2b60cd61213e70

Contents?: true

Size: 427 Bytes

Versions: 5

Compression:

Stored size: 427 Bytes

Contents

AllCops:
  Exclude:
    - bin/**/*
    - tasks/**/*
  TargetRubyVersion: 2.4
Metrics/MethodLength:
  Max: 30
  CountComments: false
Metrics/AbcSize:
  Exclude:
    - spec/**/*
    - perf/**/*
  Max: 20
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/BlockLength:
  Exclude: 
    - spec/**/*
    - perf/**/*
Metrics/LineLength:
  Exclude:
    - spec/**/*
    - perf/**/*
Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
data_structures_101-0.3.1 .rubocop.yml
data_structures_101-0.3.0 .rubocop.yml
data_structures_101-0.2.10 .rubocop.yml
data_structures_101-0.2.9 .rubocop.yml
data_structures_101-0.2.8 .rubocop.yml