Sha256: 76178d3c4168984c8a2bf04713fd058cf839d5bd878836797e1c19ae99093f53

Contents?: true

Size: 712 Bytes

Versions: 6

Compression:

Stored size: 712 Bytes

Contents

---
AllCops:
  Exclude:
    - Rakefile

Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Naming/ConstantName:
  Enabled: false

Naming/UncommunicativeMethodParamName:
  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/AlignHash:
  EnforcedHashRocketStyle: separator
  EnforcedColonStyle: separator

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
phonetics-2.0.1 .rubocop.yml
phonetics-1.9.0 .rubocop.yml
phonetics-1.8.0 .rubocop.yml
phonetics-1.5.4 .rubocop.yml
phonetics-1.5.3 .rubocop.yml
phonetics-1.5.2 .rubocop.yml