Sha256: 7d25be57c8170d91e1f1eb2ac4b1a2d78d9be3676fd4015e41f3001eb540b517

Contents?: true

Size: 650 Bytes

Versions: 38

Compression:

Stored size: 650 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - lib/**/*
    - bin/**/*
    - Gemfile
    - Rakefile
    - Thorfile
  Exclude:
    - example/**/*
    - '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

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

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
convection-2.2.2 .rubocop.yml
convection-2.2.1 .rubocop.yml
convection-2.2.0 .rubocop.yml
convection-2.1.2 .rubocop.yml
convection-2.1.1 .rubocop.yml
convection-2.1.0 .rubocop.yml
convection-2.0.0 .rubocop.yml
convection-1.1.7 .rubocop.yml
convection-1.1.5 .rubocop.yml
convection-1.1.4 .rubocop.yml
convection-1.1.3 .rubocop.yml
convection-1.1.2 .rubocop.yml
convection-1.1.1 .rubocop.yml
convection-1.1.0 .rubocop.yml
convection-1.0.7 .rubocop.yml
convection-1.0.6 .rubocop.yml
convection-1.0.5 .rubocop.yml
convection-1.0.4 .rubocop.yml
convection-1.0.3 .rubocop.yml
convection-1.0.2 .rubocop.yml