Sha256: 1d16783c46d1b973fa6fcf7c52ee53a0284855ac3faf8997a0dcfa02a51bc436

Contents?: true

Size: 477 Bytes

Versions: 3

Compression:

Stored size: 477 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  SuggestExtensions: false

Layout/LineLength:
  Max: 120

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Layout/SpaceInLambdaLiteral:
  EnforcedStyle: require_space

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
has_embedded_document-0.1.2 .rubocop.yml
has_embedded_document-0.1.1 .rubocop.yml
has_embedded_document-0.1.0 .rubocop.yml