Sha256: c8ee61fd10a3111fb0796710befc665059c914a4b79f6c16475556969837e549

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Layout/LineLength:
  Max: 120

Naming/MethodParameterName:
  MinNameLength: 2

RSpec/MultipleExpectations:
  Max: 4

RSpec/NestedGroups:
  Max: 4

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
mailtrap-1.1.1 .rubocop.yml
actionmailer-balancer-1.0.0 .rubocop.yml
mailtrap-1.1.0 .rubocop.yml