Sha256: 94e4f06d8ac683b20d36ba95187367045d0043272f3ba000a428bb2ba6c3e20f

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

#
# This file is part of the lazier 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

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

3 entries across 3 versions & 1 rubygems

Version Path
lazier-4.2.9 .rubocop.yml
lazier-4.2.8 .rubocop.yml
lazier-4.2.3 .rubocop.yml