Sha256: b2ee9988940d9fa3aca9f43c21ba1df919a35a842501da2713aa7203bc6aa2ce

Contents?: true

Size: 699 Bytes

Versions: 3

Compression:

Stored size: 699 Bytes

Contents

Layout/LineLength:
  Max: 160

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/AbcSize:
  Max: 30

Metrics/BlockLength:
  Enabled: false

Metrics/MethodLength:
  Max: 25

Metrics/PerceivedComplexity:
  Max: 15

Metrics/ClassLength:
  Max: 105

# Due to our @Properties style instance names
Naming/VariableName:
  Enabled: false

# We are a DSL
Naming/MethodName:
  Enabled: false

# Lone String
Lint/Void:
  Enabled: false

Lint/MissingSuper:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

# crashing in 0.85.0
Lint/MixedRegexpCaptureTypes:
  Enabled: false

AllCops:
  NewCops: disable
  SuggestExtensions: false
  TargetRubyVersion: 2.7
  Exclude:
    - 'tmp/**/*'
    - 'vendor/**/*'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cfndsl-1.7.2 .rubocop.yml
cfndsl-1.6.0 .rubocop.yml
cfndsl-1.5.0 .rubocop.yml