Sha256: 71590e6f45dbb53ad08c5f80c58b0962606f80d334b12bb3681af3fbdb3399b9

Contents?: true

Size: 688 Bytes

Versions: 1

Compression:

Stored size: 688 Bytes

Contents

LineLength:
  Max: 120
Metrics/MethodLength:
  Enabled: false
Documentation:
  Enabled: false
AndOr:
  Enabled: false

# Allow use of empty lines to visually group code into 'paragraphs'
EmptyLines:
  Enabled: false
Style/EmptyLinesAroundBlockBody:
  Enabled: false
Style/EmptyLinesAroundClassBody:
  Enabled: false
Style/EmptyLinesAroundMethodBody:
  Enabled: false
Style/EmptyLinesAroundModuleBody:
  Enabled: false
Style/ModuleFunction:
  Enabled: false

TrailingComma:
  Enabled: true
  EnforcedStyleForMultiline: comma
  SupportedStyles:
    - comma
    - no_comma

AllCops:
  Exclude:
    - !ruby/regexp /node_modules/
    - !ruby/regexp /db\/schema\.rb/
    - 'vendor/bundle/**/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reevoocop-0.0.6 lib/reevoocop.yml