Sha256: 45ff942f600e6972cefff04c7c7fae83b6e0c27b3f26f9342d09076f72303fa8

Contents?: true

Size: 972 Bytes

Versions: 1

Compression:

Stored size: 972 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Include:
    - "*/**/.rb"
    - "config.ru"
    - "Rakefile"
    - "Gemfile"
  Exclude:
    - "config/**/*"
    - "db/**/*"
    - "spec/**/*"

Alias:
  Enabled: false

AsciiComments:
  Enabled: false

BracesAroundHashParameters:
  Enabled: false

CyclomaticComplexity:
  Max: 15

ClassLength:
  Max: 150

Documentation:
  Enabled: false

EachWithObject:
  Enabled: false

FormatString:
  Enabled: false

FrozenStringLiteralComment:
  Enabled: false

IndentHash:
  Enabled: false

IndentationConsistency:
  Enabled: false

LineLength:
  Max: 160

MethodLength:
  Max: 15

ModuleLength:
  Max: 200

MultilineMethodCallIndentation:
  Enabled: false

ParameterLists:
  Max: 8

RegexpLiteral:
  Enabled: false

SignalException:
  Enabled: false

SpaceInsideHashLiteralBraces:
  Enabled: false

StringLiterals:
  Enabled: false

StringLiteralsInInterpolation:
  Enabled: false

StringReplacement:
  Enabled: false

WordArray:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ballast-2.2.4 .rubocop.yml