Sha256: 59e0b3bae853d0ac7f86fbc9b08ab1176a4947af8cb6815e5d2e9b3d31c9e295

Contents?: true

Size: 367 Bytes

Versions: 7

Compression:

Stored size: 367 Bytes

Contents

inherit_mode:
  merge:
    - Exclude

AllCops:
  TargetRubyVersion: 2.7
  Exclude:
  - "Gemfile"
  - "Rakefile"
  - "bin/**/*"
  - "spec/**/*"

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 100

Style/Documentation:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
desertcart-1.2.0 .rubocop.yml
desertcart-1.1.5 .rubocop.yml
desertcart-1.1.4 .rubocop.yml
desertcart-1.1.3 .rubocop.yml
desertcart-1.1.2 .rubocop.yml
desertcart-1.1.1 .rubocop.yml
desertcart-1.1.0 .rubocop.yml