Sha256: 75ca6329c71606412bdbffb020533daeb6c7f22d2ebdead83464fb40c40869e0

Contents?: true

Size: 535 Bytes

Versions: 12

Compression:

Stored size: 535 Bytes

Contents

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

Documentation:
  Enabled: false

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

Layout/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

12 entries across 12 versions & 1 rubygems

Version Path
loan_creator-0.12.1 .rubocop.yml
loan_creator-0.12.0 .rubocop.yml
loan_creator-0.11.0 .rubocop.yml
loan_creator-0.10.0 .rubocop.yml
loan_creator-0.9.1 .rubocop.yml
loan_creator-0.9.0 .rubocop.yml
loan_creator-0.8.2 .rubocop.yml
loan_creator-0.8.1 .rubocop.yml
loan_creator-0.8.0 .rubocop.yml
loan_creator-0.7.1 .rubocop.yml
loan_creator-0.7.0 .rubocop.yml
loan_creator-0.6.3.1 .rubocop.yml