Sha256: a6bf4a856eda863b9111a675a2d42933f82c1c0a99a6e12e21fb1fa1655849eb

Contents?: true

Size: 445 Bytes

Versions: 4

Compression:

Stored size: 445 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
    - 'spec/**/*'

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
circle_orbit-0.2.0 .rubocop.yml
circle_orbit-0.1.0 .rubocop.yml
circle_orbit-0.0.2 .rubocop.yml
circle_orbit-0.0.1 .rubocop.yml