Sha256: 0d5aef9f0d005598629389ba4134448019336109e5b072a1aeab82aac30007f7

Contents?: true

Size: 704 Bytes

Versions: 7

Compression:

Stored size: 704 Bytes

Contents

---
AllCops:
  Exclude:
    - Rakefile

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
  EnforcedColonStyle: separator

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phonetics-3.0.7 .rubocop.yml
phonetics-3.0.6 .rubocop.yml
phonetics-3.0.5 .rubocop.yml
phonetics-3.0.4 .rubocop.yml
phonetics-3.0.3 .rubocop.yml
phonetics-3.0.2 .rubocop.yml
phonetics-3.0.1 .rubocop.yml