Sha256: 8f658b8b688010c302e745024f73c112ce4083c7df4cbe2c7fc7f2f90b3291bf

Contents?: true

Size: 1009 Bytes

Versions: 1

Compression:

Stored size: 1009 Bytes

Contents

---

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Layout/LineLength:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Naming/BlockForwarding:
  EnforcedStyle: explicit

Naming/VariableNumber:
  EnforcedStyle: snake_case

Style/BlockDelimiters:
  Enabled: false
  EnforcedStyle: always_braces
  AllowedMethods:
  - describe
  - context
  - it

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/RedundantConstantBase:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mangrove-0.35.0 .rubocop.yml