Sha256: 6079fcad21b42354d3f25a905ad7b29d7e60a276ce06d71fbb2c730dfe6e1706

Contents?: true

Size: 1.38 KB

Versions: 8

Compression:

Stored size: 1.38 KB

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5
  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:
    - dear_inventory.gemspec
    - spec/**/*

Metrics/ClassLength:
  Exclude:
    - lib/dear_inventory/models/**/*

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/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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dear_inventory-0.6.3 .rubocop.yml
dear_inventory-0.6.2 .rubocop.yml
dear_inventory-0.6.1 .rubocop.yml
dear_inventory-0.6.0 .rubocop.yml
dear_inventory-0.5.0 .rubocop.yml
dear_inventory-0.4.1 .rubocop.yml
dear_inventory-0.4.0 .rubocop.yml
dear_inventory-0.3.0 .rubocop.yml