Sha256: 7308259af389922528e32c5877c91a77e8a3cd48414af486b4d18981e2f494d8

Contents?: true

Size: 732 Bytes

Versions: 1

Compression:

Stored size: 732 Bytes

Contents

AllCops:
  Exclude:
    - 'spec/**/*'
    - 'bin/**/*'

# Metrics

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 15

# Layout

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/EmptyLinesAroundArguments:
  Enabled: false

Layout/IndentHash:
  EnforcedStyle: consistent

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

# Style

Style/ClassAndModuleChildren:
  Exclude:
    - 'app/controllers/**/*'

Style/DoubleNegation:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

Style/Lambda:
  EnforcedStyle: literal

Style/LambdaCall:
  EnforcedStyle: braces

Style/SymbolArray:
  EnforcedStyle: brackets

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
subjective-0.1.0 .rubocop.yml