Sha256: c29ae54420b0e09545a04f1a87742c02992c5678453974f16465ee4b5597a1f2

Contents?: true

Size: 687 Bytes

Versions: 1

Compression:

Stored size: 687 Bytes

Contents

AllCops:
  Exclude:
    - Rakefile
    - Gemfile
  UseCache: true
  TargetRubyVersion: 2.6

Metrics/BlockLength:
  Enabled: false

Metrics/LineLength:
  Max: 120

Style/GuardClause:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Style/SymbolProc:
  Enabled: false

Style/TrailingUnderscoreVariable:
  Enabled: false

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_except_namespace

Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: aligned

Layout/SpaceInsideArrayLiteralBrackets:
  EnforcedStyle: space

Layout/SpaceInsidePercentLiteralDelimiters:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
claim-0.0.1 .rubocop.yml