Sha256: 617de8afc27b4c5c328185552034e1c28ca65a90aedde2d9b78bd45ae03f1445

Contents?: true

Size: 556 Bytes

Versions: 2

Compression:

Stored size: 556 Bytes

Contents

inherit_from:
  - https://gist.githubusercontent.com/pat/ba3b8ffb1901bfe5439b460943b6b019/raw/.rubocop.yml

AllCops:
  TargetRubyVersion: 2.2

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/IndentHeredoc:
  Enabled: false

Lint/EndAlignment:
  EnforcedStyleAlignWith: variable

Metrics/BlockLength:
  Exclude:
    - 'combustion.gemspec'

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MultilineTernaryOperator:
  Exclude:
    - 'spec/dummy/db/migrate/*.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
combustion-0.9.0 .rubocop.yml
combustion-0.8.0 .rubocop.yml