Sha256: eca6c25f7dd70bacb30924e7852790f173c5d84be58a04ed633061ad267498a5

Contents?: true

Size: 271 Bytes

Versions: 5

Compression:

Stored size: 271 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Metrics/MethodLength:
  Max: 30

Metrics/AbcSize:
  Max: 30

Metrics/ParameterLists:
  Max: 10

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubysky-0.5.0 .rubocop.yml
rubysky-0.4.0 .rubocop.yml
rubysky-0.3.0 .rubocop.yml
rubysky-0.2.1 .rubocop.yml
rubysky-0.2.0 .rubocop.yml