Sha256: 30fdc0977b83c8786c50c89db95074fc4c925cec629d7451d2a989f0ffa7eaf4

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

inherit_from:
  - https://gitlab.com/snippets/1744945/raw
  - .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - "bin/stubs/*"
  DisplayCopNames:
    Enabled: true

RSpec/ContextWording:
  Exclude:
    - "spec/features/**/*"
RSpec/MessageSpies:
  Enabled: false
RSpec/NestedGroups:
  Max: 4
RSpec/ReturnFromStub:
  Enabled: false
Style/EmptyCaseCondition:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
imap-backup-2.2.1 .rubocop.yml
imap-backup-2.2.0 .rubocop.yml