Sha256: 3e0a3473597d47496f2bd606c0253493ee102affe3efe7bea3ef016794e3b975

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

Metrics/BlockLength:
  Exclude:
    - 'rbs_activemodel.gemspec'
    - 'spec/**/*.rb'

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/MethodLength:
  Max: 20

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rbs_activemodel-1.2.0 .rubocop.yml
rbs_activemodel-1.1.1 .rubocop.yml
rbs_activemodel-1.1.0 .rubocop.yml