Sha256: 31689b4936eac41556559ee01997766118686bd8b05776fe2bb8f761b1bb2cae

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

#
# This file is part of the rubocopy-config-cowtech gem. Copyright (C) 2017 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/**/*"

AbcSize:
  Max: 20

Alias:
  Enabled: false

AsciiComments:
  Enabled: false

BracesAroundHashParameters:
  Enabled: false

CyclomaticComplexity:
  Max: 20

ClassLength:
  Max: 200

Documentation:
  Enabled: false

EachWithObject:
  Enabled: false

FormatString:
  Enabled: false

FrozenStringLiteralComment:
  Enabled: false

IndentationConsistency:
  Enabled: false

Lambda:
  Enabled: false

LineLength:
  Max: 160

MethodLength:
  Max: 20

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
rubocop-config-cowtech-1.0.2 main.yml