Sha256: c1a757b05b3e8cf2d43cc86c98d004f4e8a3cb6d205ce0b5389ca791152dcc9c

Contents?: true

Size: 629 Bytes

Versions: 2

Compression:

Stored size: 629 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2

Layout/AlignParameters:
  Enabled: true
  EnforcedStyle: with_fixed_indentation

Layout/MultilineOperationIndentation:
  Enabled: true
  EnforcedStyle: indented

Layout/MultilineMethodCallIndentation:
  Enabled: true
  EnforcedStyle: indented

Layout/CaseIndentation:
  Enabled: true
  EnforcedStyle: end

Layout/EndAlignment:
  Enabled: true
  EnforcedStyleAlignWith: variable

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Exclude:
    - 'lib/mailerlite/utils.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailerlite-1.8.0 .rubocop.yml
mailerlite-1.7.0 .rubocop.yml