Sha256: 180c295badbe05e70ab0f3d8a5bc43a72449dbf6982d94314e39aa50888ab524

Contents?: true

Size: 1.46 KB

Versions: 11

Compression:

Stored size: 1.46 KB

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6.4
  Exclude:
    - bin/**/*

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/EndAlignment:
  AutoCorrect: true
  EnforcedStyleAlignWith: variable

Layout/IndentFirstArrayElement:
  EnforcedStyle: consistent

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Lint/AmbiguousBlockAssociation:
  Exclude:
    - spec/**/*

Metrics/BlockLength:
  Exclude:
    - eml.gemspec
    - spec/**/*

RSpec/BeforeAfterAll:
  Enabled: false

RSpec/ExampleLength:
  Max: 10

RSpec/MultipleExpectations:
  Enabled: false

RSpec/NestedGroups:
  Max: 4

RSpec/FilePath:
  Enabled: false

Security/Eval:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/LambdaCall:
  Enabled: false

Style/NegatedIf:
  Enabled: false

Style/OptionalArguments:
  Exclude:
    - lib/eml/error/**/*

Style/RaiseArgs:
  Enabled: false

Style/Send:
  Enabled: true

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrivialAccessors:
  Exclude:
    - lib/eml/uk/payload.rb
    - lib/eml/uk/payload/**/*

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
eml-3.0.0 .rubocop.yml
eml-2.2.0 .rubocop.yml
eml-2.1.8 .rubocop.yml
eml-2.1.7 .rubocop.yml
eml-2.1.6 .rubocop.yml
eml-2.1.5 .rubocop.yml
eml-2.1.4 .rubocop.yml
eml-2.1.3 .rubocop.yml
eml-2.1.2 .rubocop.yml
eml-2.1.1 .rubocop.yml
eml-2.1.0 .rubocop.yml