Sha256: e22e794470c9657e4ed8c4121b475aba3abf5ae0ffc6d9d7dab655c980c72f33

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  Exclude:
    - 'gemfiles/**/*'

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

1 entries across 1 versions & 1 rubygems

Version Path
mailtrap-1.2.0 .rubocop.yml