Sha256: 305d7fc2cebe417848e2dd1610f1a100d693e933636650679ad7bfab94ea6dd8

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

AllCops:
  TargetRubyVersion: '2.5'
  AllowSymlinksInCacheRootDirectory: true
  NewCops: enable
  Exclude:
    - lib/melt/*.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

1 entries across 1 versions & 1 rubygems

Version Path
puffy-0.2.0 .rubocop.yml