Sha256: 7af9ab7da2c1b0f26e65ac3e9be67bcfdc5509faf886cd8434f36b75c39a9199

Contents?: true

Size: 420 Bytes

Versions: 3

Compression:

Stored size: 420 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 3.2.5
  NewCops: disable
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/AbcSize:
  Max: 18

Metrics/ParameterLists:
  Enabled: true
  CountKeywordArgs: false

require: rubocop-rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
transmutation-0.4.5 .rubocop.yml
transmutation-0.4.4 .rubocop.yml
transmutation-0.4.1 .rubocop.yml