Sha256: e7c3eb703908e9251d2cc1b2d27b1177f9315a519cfbcde52c2ff1fd8af77e24

Contents?: true

Size: 418 Bytes

Versions: 4

Compression:

Stored size: 418 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 3.0
  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

4 entries across 4 versions & 1 rubygems

Version Path
transmutation-0.3.6 .rubocop.yml
transmutation-0.3.5 .rubocop.yml
transmutation-0.3.4 .rubocop.yml
transmutation-0.3.3 .rubocop.yml