Sha256: 8c6c4c6e6aec14af1322ddad9aa124908f45383d1027e4d615b85e11d4a0f0c1

Contents?: true

Size: 679 Bytes

Versions: 1

Compression:

Stored size: 679 Bytes

Contents

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

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

1 entries across 1 versions & 1 rubygems

Version Path
mailerlite-1.5.0 .rubocop.yml