Sha256: fa9bb88b83ea7c24b36ecd5f10bb0e1b3daa42932e335cb7e6a9b73edde027d2

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 30

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/ParameterLists:
  Max: 15

Metrics/PerceivedComplexity:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
macaw_framework-1.0.0 .rubocop.yml
macaw_framework-0.2.0 .rubocop.yml