Sha256: 7274854b058a38d35ae3db48b9a2de9265d98a3f8804c5ef8e8f2a37b2e8d014

Contents?: true

Size: 468 Bytes

Versions: 4

Compression:

Stored size: 468 Bytes

Contents

inherit_gem:
  rubocop-sorbet: config/rbi.yml

require:
 - rubocop-rake
 - rubocop-rspec
 - rubocop-performance

AllCops:
  TargetRubyVersion: 3.2
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 15

Lint/EmptyFile:
  Exclude:
    - 'sorbet/rbi/gems/*.rbi'

Gemspec:
  Enabled: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tsumanne-0.0.3 .rubocop.yml
tsumanne-0.0.2 .rubocop.yml
tsumanne-0.0.1 .rubocop.yml
tsumanne-0.0.0 .rubocop.yml