Sha256: 6a301dae1488c616e4e634fc834a7a966db7054866e2fe38cc074b67ba3e9e81

Contents?: true

Size: 859 Bytes

Versions: 4

Compression:

Stored size: 859 Bytes

Contents

Eval:
  Exclude:
    - "Rakefile"

Metrics/AbcSize:
  Enabled: false

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 30

Style/AccessorMethodName:
  Enabled: false

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

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

Style/EmptyLinesAroundBlockBody:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/Encoding:
  EnforcedStyle: when_needed
  Enabled: true

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

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/Lambda:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/PredicateName:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/WordArray:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clamp-1.2.0.beta1 .rubocop.yml
clamp-1.1.2 .rubocop.yml
clamp-1.1.1 .rubocop.yml
clamp-1.1.0 .rubocop.yml