Sha256: 35c9c34d3760d9fd91f1058ae5788bd84cceddbe65a38d3548dde01cecd28920

Contents?: true

Size: 734 Bytes

Versions: 2

Compression:

Stored size: 734 Bytes

Contents

---
AllCops:
  Exclude:
    - Rakefile
    - tmp/**/*

Layout/LineLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Naming/ConstantName:
  Enabled: false

Naming/MethodParameterName:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Style/ModuleFunction:
  EnforcedStyle: extend_self

Style/MultilineBlockChain:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Layout/HashAlignment:
  EnforcedHashRocketStyle: separator

Gemspec/RequiredRubyVersion:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phonetics-3.2.0 .rubocop.yml
phonetics-3.0.9 .rubocop.yml