Sha256: 9f3ebab75153683f353faf6387513ee2da66752c5215f66d9cb62c341486fa82

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Layout/LineLength:
  Max: 120

Naming/MethodParameterName:
  MinNameLength: 2

RSpec/MultipleExpectations:
  Max: 4

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mailtrap-1.0.1 .rubocop.yml