Sha256: 13e05333a0ff8160853115d981577271fe092e0a9a6188d0f5fd24a1798a8c3e

Contents?: true

Size: 666 Bytes

Versions: 20

Compression:

Stored size: 666 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - lib/**/*
    - bin/**/*
    - test/**/*
    - 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

20 entries across 20 versions & 1 rubygems

Version Path
convection-0.2.32 .rubocop.yml
convection-0.2.31 .rubocop.yml
convection-0.2.30 .rubocop.yml
convection-0.2.29 .rubocop.yml
convection-0.2.28 .rubocop.yml
convection-0.2.27 .rubocop.yml
convection-0.2.26 .rubocop.yml
convection-0.2.25 .rubocop.yml
convection-0.2.24 .rubocop.yml
convection-0.2.23 .rubocop.yml
convection-0.2.22 .rubocop.yml
convection-0.2.21 .rubocop.yml
convection-0.2.20 .rubocop.yml
convection-0.2.19 .rubocop.yml
convection-0.2.18 .rubocop.yml
convection-0.2.17 .rubocop.yml
convection-0.2.16 .rubocop.yml
convection-0.2.15 .rubocop.yml
convection-0.2.14 .rubocop.yml
convection-0.2.13 .rubocop.yml