Sha256: 07cfdebd04e159a365fd49c41e27e7fed20cc2d05d1ace94888c93f7fcbedd17

Contents?: true

Size: 560 Bytes

Versions: 1

Compression:

Stored size: 560 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - vendor/**/*
    - gemfiles/*
  TargetRubyVersion: 2.6

Documentation:
  Enabled: false

Encoding:
  Enabled: false

StringLiterals:
  Enabled: false

SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

MethodLength:
  Max: 20

SignalException:
  Enabled: False

Layout/EmptyLineAfterMagicComment:
  Enabled: False

Naming/FileName:
  Exclude:
    - Appraisals

# No, I don't want to call my exceptions 'e' instead of 'exception' or 'error'.
Naming/RescuedExceptionsVariableName:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roqua-healthy-1.5.13 .rubocop.yml