Sha256: 5bd8190b8822419119a8884cf3f849d225a67c6011a48a592521a0c144a87b2a

Contents?: true

Size: 984 Bytes

Versions: 2

Compression:

Stored size: 984 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3
  Include:
    - 'lib/**/*.rb'
    - 'test/**/*.rb'
  Exclude:
    - 'bin/**/*'


Style/RedundantSelf:
  Enabled: false

Style/RedundantReturn:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/CommentIndentation:
  Enabled: false

Style/BracesAroundHashParameters:
  Enabled: false

Style/IndentationConsistency:
  EnforcedStyle: rails

Metrics/LineLength:
  Max: 120

Metrics/ClassLength:
  Max: 120

Style/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

# Temporarily disabled until this can be resolved in the todo file
# Style/Documentation:
#   Exclude:
#     - 'spec/**/*'
#     - 'test/**/*'
#     - 'lib/ext/**/*'

Style/ClassVars:
  Exclude:
    - 'lib/slayer/service.rb'

Style/MutableConstant:
  Exclude:
    - 'lib/slayer/version.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slayer-0.2.1 .rubocop.yml
slayer-0.2.0 .rubocop.yml