Sha256: 56e13b1d0884db131f804ec0390d4840138a72bd435ad0fef0fc3499aa8d8a7e

Contents?: true

Size: 945 Bytes

Versions: 9

Compression:

Stored size: 945 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:
  EnforcedStyle: always_braces
  AllowedMethods:
  - describe
  - context
  - it

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/MultilineBlockChain:
  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.21.2 .rubocop.yml
mangrove-0.21.1 .rubocop.yml
mangrove-0.21.0 .rubocop.yml
mangrove-0.20.0 .rubocop.yml
mangrove-0.19.2 .rubocop.yml
mangrove-0.19.1 .rubocop.yml
mangrove-0.18.1 .rubocop.yml
mangrove-0.18.0 .rubocop.yml
mangrove-0.17.0 .rubocop.yml