Sha256: c3db40e19875d33e4449b2d7c5196d41da629f1ca25eaf1777a61f1d62d9c661

Contents?: true

Size: 516 Bytes

Versions: 6

Compression:

Stored size: 516 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.2

Layout/LineLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
open_router-0.3.3 .rubocop.yml
open_router-0.3.2 .rubocop.yml
open_router-0.3.1 .rubocop.yml
open_router-0.3.0 .rubocop.yml
open_router-0.2.2 .rubocop.yml
open_router-0.2.1 .rubocop.yml