Sha256: 21275655e52bbf1fdfac7a300e94d13348f139b21ef469c0a58a71feaecbb3e2

Contents?: true

Size: 697 Bytes

Versions: 4

Compression:

Stored size: 697 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

inherit_mode:
  merge:
    - Exclude

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable
  Exclude:
    - "gemfiles/**/*"

Layout/LineLength:
  Max: 120

Naming/MethodParameterName:
  MinNameLength: 2

Naming/VariableNumber:
  EnforcedStyle: snake_case

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

Style/FrozenStringLiteralComment:
  Exclude:
    - "examples/**/*"

Style/TrailingCommaInHashLiteral:
  Exclude:
    - "examples/**/*"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mailtrap-2.2.0 .rubocop.yml
mailtrap-2.1.2 .rubocop.yml
mailtrap-2.1.1 .rubocop.yml
mailtrap-2.1.0 .rubocop.yml