Sha256: 7b698cdf26a1da15c7f5d85a64c9e31acd2c4315e59d37cf24dc6e5138edec51

Contents?: true

Size: 675 Bytes

Versions: 5

Compression:

Stored size: 675 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.2

Bundler/OrderedGems:
  Exclude:
    - 'gemfiles/*'

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/EndAlignment:
  EnforcedStyleAlignWith: variable

Layout/IndentHeredoc:
  Enabled: false

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

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Exclude:
    - 'gemfiles/*'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
combustion-1.1.2 .rubocop.yml
combustion-1.1.1 .rubocop.yml
combustion-1.1.0 .rubocop.yml
combustion-1.0.0 .rubocop.yml
combustion-0.9.1 .rubocop.yml