Sha256: 4c024b88f77cf435bc00d640fdebe279737d5a886ea9ba6984de23887774531f

Contents?: true

Size: 836 Bytes

Versions: 2

Compression:

Stored size: 836 Bytes

Contents

Eval:
  Exclude:
    - "Rakefile"

Layout/EmptyLinesAroundBlockBody:
  Enabled: false

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines

Layout/EmptyLinesAroundModuleBody:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 30

Naming/AccessorMethodName:
  Enabled: false

Naming/FileName:
  Exclude:
    - "bin/*"

Style/ClassAndModuleChildren:
  EnforcedStyle: nested
  Exclude:
    - "spec/**/*"

Style/Documentation:
  Exclude:
    - "lib/**/version.rb"
    - "spec/**/*"

Style/Encoding:
  Enabled: true

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/Lambda:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Naming/PredicateName:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/WordArray:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clamp-1.2.1 .rubocop.yml
clamp-1.2.0 .rubocop.yml