Sha256: 6f8614a666eab482dfb041d6ef0fad9f396bf41468b7b24229ce47047a34ec90

Contents?: true

Size: 602 Bytes

Versions: 2

Compression:

Stored size: 602 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec
  - rubocop-factory_bot

AllCops:
  TargetRubyVersion: 3.2.2
  NewCops: enable

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Layout/LineLength:
  Max: 80
  AllowedPatterns:
    - ^\s*[#']

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

RSpec/NestedGroups:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rice_bubble-0.2.1 .rubocop.yml
rice_bubble-0.2.0 .rubocop.yml