Sha256: fe8e3f814f77f6ebbeed8986cb746984b0290f9cc3896507689b890cdb4ef9b4

Contents?: true

Size: 379 Bytes

Versions: 2

Compression:

Stored size: 379 Bytes

Contents

inherit_from: .rubocop_todo.yml

# Avoid single-line methods.
SingleLineMethods:
  AllowIfMethodIsEmpty: true

StringLiterals:
  Enabled: false

Style/SignalException:
  EnforcedStyle: 'only_raise'

# Use trailing rather than leading dots on multi-line call chains
Style/DotPosition:
  EnforcedStyle: trailing

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 90

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
creditsafe-0.4.0 .rubocop.yml
creditsafe-0.3.2 .rubocop.yml