Sha256: 1a256af87e9f2a45a0ea56f762c906be7050ef83311d450baff5e1662b8612e2

Contents?: true

Size: 349 Bytes

Versions: 28

Compression:

Stored size: 349 Bytes

Contents

require: rubocop-rubycw
AllCops:
  TargetRubyVersion: 2.7
  DisabledByDefault: true
  Exclude:
    - 'vendor/bundle/**/*'
Rubycw/Rubycw:
  Enabled: true
  Exclude:
    - 'test/**/*_test.rb'

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

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

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
rbs-2.8.2 .rubocop.yml
rbs-2.8.1 .rubocop.yml
rbs-2.8.0 .rubocop.yml
rbs-2.8.0.pre.1 .rubocop.yml
rbs-2.7.0 .rubocop.yml
rbs-2.7.0.pre.3 .rubocop.yml
rbs-2.7.0.pre.2 .rubocop.yml
rbs-2.7.0.pre.1 .rubocop.yml