Sha256: f603f998e24fc2d37d50478bc33853a8dca3745999c6db5c8f4e0f75965b4672

Contents?: true

Size: 758 Bytes

Versions: 6

Compression:

Stored size: 758 Bytes

Contents

require:
  - rubocop-rubycw
  - rubocop-on-rbs

AllCops:
  TargetRubyVersion: 3.0
  DisabledByDefault: true
  Exclude:
    - 'vendor/bundle/**/*'
Rubycw/Rubycw:
  Enabled: true
  Exclude:
    - 'test/**/*_test.rb'
    - 'test/typecheck/**/*.rb'

RBS:
  Enabled: true
RBS/Layout:
  Enabled: true
  Exclude:
    - 'sig/**/*'
    - 'test/**/*'
RBS/Layout/CommentIndentation:
  Exclude:
    - core/string.rbs
RBS/Lint:
  Enabled: true
  Exclude:
    - 'sig/**/*'
    - 'test/**/*'
RBS/Style:
  Enabled: false
  Exclude:
    - 'sig/**/*'
    - 'test/**/*'
RBS/Style/InitializeReturnType:
  Enabled: true

Lint/DuplicateMethods:
  Enabled: true
  Include:
    - 'test/**/*_test.rb'

Style/FrozenStringLiteralComment:
  Enabled: true
  Include:
    - 'lib/**/*.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rbs-3.7.0.dev.1 .rubocop.yml
rbs-3.6.1 .rubocop.yml
rbs-3.6.0 .rubocop.yml
rbs-3.6.0.pre.3 .rubocop.yml
rbs-3.6.0.pre.2 .rubocop.yml
rbs-3.6.0.pre.1 .rubocop.yml