Sha256: 063ce30365bf0c82fc1639f2abd6f9e4f56a9e4d320d0224c5890b5ac3042ab3

Contents?: true

Size: 503 Bytes

Versions: 6

Compression:

Stored size: 503 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  SuggestExtensions: false
  NewCops: disable

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

Metrics/ClassLength:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
macaw_framework-1.3.0 .rubocop.yml
macaw_framework-1.2.6 .rubocop.yml
macaw_framework-1.2.5 .rubocop.yml
macaw_framework-1.2.4 .rubocop.yml
macaw_framework-1.2.3 .rubocop.yml
macaw_framework-1.2.2 .rubocop.yml