joegattnet/joegattnet_v3

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Includes:
    - Rakefile
    - config.ru
  Excludes:
    - db/**/*
    - config/**/*
    - script/**/*
    - spec/vcr_cassettes/**/*

LineLength:
  Enabled: false
  Max: 119

MethodLength:
  Enabled: false
  Max: 20

ClassLength:
  Enabled: false
  Max: 125

CyclomaticComplexity:
  Enabled: false
  Max: 10

# This configuration was generated by `rubocop --auto-gen-config`.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.

AlignHash:
  Enabled: false

AlignParameters:
  Enabled: false

BlockAlignment:
  Enabled: false

Blocks:
  Enabled: false

BracesAroundHashParameters:
  Enabled: false

CaseIndentation:
  Enabled: false

ClassLength:
  Enabled: false

ClassVars:
  Enabled: false

CollectionMethods:
  Enabled: false

CommentAnnotation:
  Enabled: false

# CyclomaticComplexity:
#   Enabled: false

Documentation:
  Enabled: false

EmptyLines:
  Enabled: false

EmptyLinesAroundAccessModifier:
  Enabled: false

EmptyLinesAroundBody:
  Enabled: false

EmptyLiteral:
  Enabled: false

FavorUnlessOverNegatedIf:
  Enabled: false

FinalNewline:
  Enabled: false

HashSyntax:
  Enabled: false

IndentationWidth:
  Enabled: false

Lambda:
  Enabled: false

LeadingCommentSpace:
  Enabled: false

LineLength:
  Enabled: false

MethodLength:
  Enabled: false

MultilineTernaryOperator:
  Enabled: false

NestedTernaryOperator:
  Enabled: false

NilComparison:
  Enabled: false

ParameterLists:
  Enabled: false

ParenthesesAroundCondition:
  Enabled: false

ParenthesesAsGroupedExpression:
  Enabled: false

PerlBackrefs:
  Enabled: false

RedundantSelf:
  Enabled: false

RegexpLiteral:
  Enabled: false

SignalException:
  Enabled: false

SpaceAroundBlockBraces:
  Enabled: false

SpaceAroundEqualsInParameterDefault:
  Enabled: false

SpaceAroundOperators:
  Enabled: false

SpaceInsideBrackets:
  Enabled: false

SpaceInsideParens:
  Enabled: false

StringLiterals:
  Enabled: false

Tab:
  Enabled: false

TrailingWhitespace:
  Enabled: false

UselessAssignment:
  Enabled: false

Void:
  Enabled: false

WhileUntilDo:
  Enabled: false

WordArray:
  Enabled: false