Sha256: 09e1681b7db3d99d537da9363d37a0765d3c1ef95af19d4232cc43133d8dc3d4

Contents?: true

Size: 563 Bytes

Versions: 1

Compression:

Stored size: 563 Bytes

Contents

inherit_mode:
  merge:
    - Exclude

require:
  - standard
  - standard-custom
  - standard-performance
  - rubocop-performance

inherit_gem:
  standard: config/base.yml
  standard-performance: config/base.yml
  standard-custom: config/base.yml

inherit_from:
  - .rubocop/minitest.yml
  - .rubocop/strict.yml

AllCops:
  NewCops: disable
  SuggestExtensions: false
  TargetRubyVersion: 3.3
  Exclude:
    - 'sig/**/*'

# RBS annotations allowed
Layout/LeadingCommentSpace:
  Enabled: true
  AllowRBSInlineAnnotation: true

Layout/EndOfLine:
  EnforcedStyle: lf

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autocad-0.4.6 .rubocop.yml