Sha256: 214880aaada432a761b53e8c0eaeaefccdecfeeca0cd61bb85b648d6d2055f11

Contents?: true

Size: 572 Bytes

Versions: 5

Compression:

Stored size: 572 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Style/Documentation:
  Enabled: false

Style/DotPosition:
  EnforcedStyle: leading
  SupportedStyles:
    - leading
    - trailing

Style/FrozenStringLiteralComment:
  EnforcedStyle: when_needed
  SupportedStyles:
    - when_needed
    - always
    - never

Style/StringLiterals:
  EnforcedStyle: single_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes
  ConsistentQuotesInMultiline: false

Style/StringLiteralsInInterpolation:
  EnforcedStyle: single_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
atomic_cms-0.4.0 .rubocop.yml
atomic_cms-0.3.3 .rubocop.yml
atomic_cms-0.3.2 .rubocop.yml
atomic_cms-0.3.1 .rubocop.yml
atomic_cms-0.3.0 .rubocop.yml