Sha256: a68f46890b61cb92db39d6c464fe5753a5582789930f86b2dc195930167f2145

Contents?: true

Size: 875 Bytes

Versions: 1

Compression:

Stored size: 875 Bytes

Contents

require: rubocop-rails

AllCops:
  DisabledByDefault: true
  SuggestExtensions: false
  Exclude:
    - "vendor/**/*"
    - 'tmp/**/*'

Lint/Syntax:
  Enabled: true
Layout/LineLength:
  Max: 200
Layout/EmptyLines:
  Enabled: true
Layout/EmptyLineBetweenDefs:
  Enabled: true
Layout/EmptyLinesAroundArguments:
  Enabled: true
Layout/EmptyLinesAroundBlockBody:
  Enabled: true
Layout/IndentationConsistency:
  Enabled: true
Layout/BlockAlignment:
  Enabled: true
Layout/ArgumentAlignment:
  Enabled: true
  EnforcedStyle: with_fixed_indentation
Layout/FirstHashElementIndentation:
  Enabled: true
  EnforcedStyle: consistent
Layout/HashAlignment:
  Enabled: true

Rails/HasManyOrHasOneDependent:
  Enabled: true
Rails/ActionFilter:
  Enabled: true
Rails/AddColumnIndex:
  Enabled: true
Rails/AfterCommitOverride:
  Enabled: true
Rails/CreateTableWithTimestamps:
  Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jefferies_tube-1.7.1 default.yml