Sha256: b5cd149f0a2f2d6a5dbc83706c0366fad5aff4e68d776ff166c8b12c2b4b6243

Contents?: true

Size: 903 Bytes

Versions: 1

Compression:

Stored size: 903 Bytes

Contents

#
# This file is part of the pinterest-ruby gem. Copyright (C) 2017 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

AllCops:
  TargetRubyVersion: 2.2
  Include:
    - "Rakefile"
    - "Gemfile"
  Exclude:
    - "spec/**/*"

Alias:
  Enabled: false

AsciiComments:
  Enabled: false

Blocks:
  Enabled: false

BracesAroundHashParameters:
  Enabled: false

CyclomaticComplexity:
  Max: 15

Documentation:
  Enabled: false

EachWithObject:
  Enabled: false

IndentHash:
  Enabled: false

IndentationConsistency:
  Enabled: false

LineLength:
  Max: 160

ParameterLists:
  Max: 6

RegexpLiteral:
  Enabled: false

SignalException:
  Enabled: false

SpaceInsideHashLiteralBraces:
  Enabled: false

StringLiterals:
  Enabled: false

StringLiteralsInInterpolation:
  Enabled: false

WordArray:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pinterest-ruby-1.0.0 .rubocop.yml