Sha256: 068daa5783a365853b557096014b8141e9bfb3631dd153393788ff8d0445f00c

Contents?: true

Size: 831 Bytes

Versions: 9

Compression:

Stored size: 831 Bytes

Contents

---

AllCops:
  TargetRubyVersion: 3.2

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/VariableNumber:
  EnforcedStyle: snake_case

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

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mangrove-0.9.1 .rubocop.yml
mangrove-0.8.1 .rubocop.yml
mangrove-0.8.0 .rubocop.yml
mangrove-0.7.2 .rubocop.yml
mangrove-0.7.1 .rubocop.yml
mangrove-0.7.0 .rubocop.yml
mangrove-0.6.0 .rubocop.yml
mangrove-0.5.0 .rubocop.yml
mangrove-0.4.0 .rubocop.yml