Sha256: 34266d24a709b95eb01397caa27e1181e180bf9c2642a6c9146702d3d002958b

Contents?: true

Size: 377 Bytes

Versions: 4

Compression:

Stored size: 377 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/BlockLength:
  Exclude:
    - "spec/**/*_spec.rb"

Layout/LineLength:
  Max: 120

Layout/MethodLength:
  Max: 20

Metrics/AbcSize:
  Max: 20

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rbs_discard-1.0.1 .rubocop.yml
rbs_discard-1.0.0 .rubocop.yml
rbs_discard-0.2.2 .rubocop.yml
rbs_discard-0.2.1 .rubocop.yml