Sha256: 65f89de780ee9d07f2c974dabbe15ea0041b94fb12f654c2934e93abbe96f0f4

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Max: 12

Metrics/CyclomaticComplexity:
  Max: 25

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails-interactive-2.1.2 .rubocop.yml
rails-interactive-2.1.1 .rubocop.yml
rails-interactive-2.1.0 .rubocop.yml
rails-interactive-2.0.0 .rubocop.yml