Sha256: 31909ecd84a746a818b75fb3dfea6e05fd6cc30bb2a53304d286e54c1406613b

Contents?: true

Size: 672 Bytes

Versions: 3

Compression:

Stored size: 672 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.0
  Include:
    - '**/Rakefile'
    - '**/Gemfile'

Style/Documentation:
  Enabled: false

Style/AlignParameters:
  Enabled: true
  EnforcedStyle: with_fixed_indentation

Style/MultilineOperationIndentation:
  Enabled: true
  EnforcedStyle: indented

Style/MultilineMethodCallIndentation:
  Enabled: true
  EnforcedStyle: indented

Style/CaseIndentation:
  Enabled: true
  EnforcedStyle: end

Lint/EndAlignment:
  Enabled: true
  EnforcedStyleAlignWith: variable

Style/FrozenStringLiteralComment:
  Enabled: false

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

Metrics/BlockLength:
  ExcludedMethods:
    - 'describe'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mailerlite-1.4.0 .rubocop.yml
mailerlite-1.3.0 .rubocop.yml
mailerlite-1.2.0 .rubocop.yml