Sha256: d65b3b27e175ad24212c1e0ea1f714397f99c9f5adf469d4ef3fa3e1c681025a

Contents?: true

Size: 536 Bytes

Versions: 8

Compression:

Stored size: 536 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'db/**/*'
    - 'vendor/**/*'
  DisplayCopNames: true

Documentation:
  Enabled: false

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

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 20

Style/FrozenStringLiteralComment:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/Lambda:
  EnforcedStyle: literal

Style/NumericPredicate:
  EnforcedStyle: comparison

Naming/VariableNumber:
  EnforcedStyle: snake_case

Lint/UnifiedInteger:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
loan_creator-0.6.1.1 .rubocop.yml
loan_creator-0.6.2 .rubocop.yml
loan_creator-0.2.0 .rubocop.yml
loan_creator-0.2.1 .rubocop.yml
loan_creator-0.2.2 .rubocop.yml
loan_creator-0.2.3 .rubocop.yml
loan_creator-0.5.0 .rubocop.yml
loan_creator-0.6.1 .rubocop.yml