Sha256: 6709342126f691cca2b178b6939ca579a0e01b96d9fccefe533dcbeca1e951b7

Contents?: true

Size: 699 Bytes

Versions: 6

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.6
  Exclude:
    - 'tmp/**/*'
    - 'vendor/**/*'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cfndsl-1.4.0 .rubocop.yml
cfndsl-1.3.9 .rubocop.yml
cfndsl-1.3.8 .rubocop.yml
cfndsl-1.3.7 .rubocop.yml
cfndsl-1.3.6 .rubocop.yml
cfndsl-1.3.5 .rubocop.yml