Sha256: b372ae97e7fdfa889c16e4576b0eefc6d30383c3a5e21915d7c11e3b7fc4fc2c

Contents?: true

Size: 487 Bytes

Versions: 12

Compression:

Stored size: 487 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - lib/**/*
    - bin/**/*
    - test/**/*
    - Gemfile
    - Rakefile
    - Thorfile
  Exclude:
    - example/**/*

Encoding:
 Enabled: false
RescueModifier:
 Enabled: false
HashSyntax:
 Enabled: false
SpaceInsideStringInterpolation:
  Enabled: false

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
convection-0.2.12 .rubocop.yml
convection-0.2.11 .rubocop.yml
convection-0.2.10 .rubocop.yml
convection-0.2.9 .rubocop.yml
convection-0.2.8 .rubocop.yml
convection-0.2.7 .rubocop.yml
convection-0.2.6 .rubocop.yml
convection-0.2.5 .rubocop.yml
convection-0.2.4 .rubocop.yml
convection-0.2.3 .rubocop.yml
convection-0.2.2 .rubocop.yml
convection-0.2.1 .rubocop.yml