Sha256: b77bdd62d4fefeae8463f21cc57bfe9b893552e0371536e77daa325b90949e8f

Contents?: true

Size: 571 Bytes

Versions: 2

Compression:

Stored size: 571 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120
  Exclude:
    - current_session.gemspec

Metrics/BlockLength:
  Enabled: false

Style/EmptyMethod:
  Enabled: false

Lint/EmptyBlock:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Style/SignalException:
  EnforcedStyle: semantic

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
current_session-0.1.6 .rubocop.yml
current_session-0.1.5 .rubocop.yml