Sha256: d388fa9072b5ce99867d0be27f0ddcc5f4d353fa243e1e0cf8f4335302c2f9b5

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 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:
  Max: 35

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
macaw_framework-0.1.4 .rubocop.yml
macaw_framework-0.1.3 .rubocop.yml