Sha256: b7421cf888111f55ead3a7e11e0edea3f2d5f62af7c2f1f3e5fe5e719e4274b0

Contents?: true

Size: 356 Bytes

Versions: 6

Compression:

Stored size: 356 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.3
  DisplayCopNames: true
  NewCops: enable
  Exclude:
    - 'bin/**/*'
    - 'vendor/**/*'
    - 'test/grpc/**/*'

Layout/LineLength:
  Max: 150

Metrics/MethodLength:
  Max: 20

Metrics/BlockLength:
  Max: 80

Metrics/AbcSize:
  Max: 25

Style/Documentation:
  Enabled: false

Lint/HashCompareByIdentity:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nonnative-1.83.0 .rubocop.yml
nonnative-1.82.0 .rubocop.yml
nonnative-1.81.0 .rubocop.yml
nonnative-1.80.0 .rubocop.yml
nonnative-1.79.0 .rubocop.yml
nonnative-1.78.0 .rubocop.yml