Sha256: 04b63c3b45ead353872b4dd807c46c73594757ffc9dafa9788a57c61bc565936

Contents?: true

Size: 628 Bytes

Versions: 2

Compression:

Stored size: 628 Bytes

Contents

AllCops:
  Exclude:
    - spec/**/*
    - vendor/**/*
  TargetRubyVersion: "2.1" # 2.0 doesn't work because rubocop dropped it

Style/RedundantSelf:
  Enabled: false

Metrics/ClassLength:
  Max: 500

# We're not living in the 90's anymore, people can deal with long lines
Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Style/ClassCheck:
  Enabled: false

Security/MarshalLoad:
  Enabled: false

Style/RedundantReturn:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-require_tools-0.1.2 .rubocop.yml
rubocop-require_tools-0.1.1 .rubocop.yml