Sha256: 13b270127aeea9a74da804a9b3b90e4adc7155b581cdd493cb03a161c2d834d9

Contents?: true

Size: 928 Bytes

Versions: 3

Compression:

Stored size: 928 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.1

Eval:
  Exclude:
    - "Rakefile"

Layout/EmptyLinesAroundBlockBody:
  Enabled: false

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines

Layout/EmptyLinesAroundModuleBody:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - "spec/**/*"

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 30

Naming/AccessorMethodName:
  Enabled: false

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

Naming/PredicateName:
  Enabled: false

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

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

Style/Encoding:
  Enabled: true

Style/Lambda:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/StderrPuts:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/WordArray:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clamp-1.3.2 .rubocop.yml
clamp-1.3.1 .rubocop.yml
clamp-1.3.0 .rubocop.yml