Sha256: ae82fd25c176c29c60318cf470b306c8d2047842c7411853f10bbd358e6e6998

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

Contents

#
# This file is part of the ballast gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
#

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

2 entries across 2 versions & 1 rubygems

Version Path
ballast-2.2.6 .rubocop.yml
ballast-2.2.5 .rubocop.yml