Sha256: a9c91a82e276f5e656c0c4a1c02dde065b809e7d042277ee08a0ba5d93fa708a

Contents?: true

Size: 721 Bytes

Versions: 24

Compression:

Stored size: 721 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - lib/**/*
    - Gemfile
    - Rakefile
    - Thorfile
  Exclude:
    - example/**/*
    - bin/convection
    - 'lib/convection/model/template/mapping.rb' # Something is causing this file to fail

Encoding:
 Enabled: false
RescueModifier:
 Enabled: false
HashSyntax:
 Enabled: false
SpaceInsideStringInterpolation:
  Enabled: false
Performance/RedundantBlockCall:
  Enabled: false
Style/SignalException:
  Enabled: false

Metrics/LineLength:
  Exclude:
    - 'lib/convection/dsl/terraform_intrinsic_functions.rb'

# AbcSize:
#   Max: 24
# ClassLength:
#   Max: 256
# CyclomaticComplexity:
#   Max: 12
# MethodLength:
#   Max: 32
# PerceivedComplexity:
#   Max: 12

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
convection-2.2.29 .rubocop.yml
convection-2.2.28.pre.beta.2 .rubocop.yml
convection-2.2.28.pre.beta.1 .rubocop.yml
convection-2.2.27 .rubocop.yml
convection-2.2.26 .rubocop.yml
convection-2.2.25 .rubocop.yml
convection-2.2.24 .rubocop.yml
convection-2.2.23 .rubocop.yml
convection-2.2.22 .rubocop.yml
convection-2.2.21 .rubocop.yml
convection-2.2.20 .rubocop.yml
convection-2.2.19 .rubocop.yml
convection-2.2.18 .rubocop.yml
convection-2.2.17 .rubocop.yml
convection-2.2.16 .rubocop.yml
convection-2.2.15 .rubocop.yml
convection-2.2.14 .rubocop.yml
convection-2.2.13 .rubocop.yml
convection-2.2.12 .rubocop.yml
convection-2.2.11 .rubocop.yml