Sha256: 6e66f9d2aba5323026365ddc9fffa3af4c835f2ce0c7c36c37a8b085712d3647

Contents?: true

Size: 623 Bytes

Versions: 1

Compression:

Stored size: 623 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

Layout/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

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.6.0 .rubocop.yml