Sha256: d47d8d1699e233556890021c1c619a1228c3537066b3873b5e65c3881f418eab

Contents?: true

Size: 745 Bytes

Versions: 2

Compression:

Stored size: 745 Bytes

Contents

AllCops:
  TargetRubyVersion: '2.5'
  AllowSymlinksInCacheRootDirectory: true
  NewCops: enable
  Exclude:
    - lib/puffy/*.tab.rb
    - tmp/**/*.rb
    - vendor/bundle/**/*

Layout/HashAlignment:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - puffy.gemspec
    - spec/**/*.rb

Metrics/ClassLength:
  Max: 200

Metrics/ModuleLength:
  Exclude:
    - spec/**/*.rb

Style/Documentation:
  Exclude:
    - features/support/env.rb
    - spec/**/*.rb

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puffy-1.0.0 .rubocop.yml
puffy-0.3.1 .rubocop.yml