Sha256: e5c304e9130bee149289e7312d7389ff1f1be24e13ac31bcc7d01fce05daa005

Contents?: true

Size: 993 Bytes

Versions: 1

Compression:

Stored size: 993 Bytes

Contents

inherit_from: .rubocop_todo.yml

Lint/AmbiguousBlockAssociation:
  Enabled: false

Lint/EndAlignment:
  EnforcedStyleAlignWith: variable

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Layout/AlignHash:
  EnforcedLastArgumentHashStyle: always_ignore

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/IndentArray:
  EnforcedStyle: consistent

Layout/IndentHash:
  EnforcedStyle: consistent

Layout/IndentHeredoc:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Metrics/BlockLength:
  Exclude:
    - '**/*_spec.rb'
    - '**/*_examples.rb'
    - '**/*.rake'

Metrics/ModuleLength:
  Exclude:
    - '**/*_spec.rb'

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/AndOr:
  EnforcedStyle: conditionals

Style/DoubleNegation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_data-1.1.0 .rubocop.yml