Sha256: f9a3ba54d2d4618bc7ea6347660da80ab1125a4ef6bf1a507c1517af797785a2

Contents?: true

Size: 698 Bytes

Versions: 6

Compression:

Stored size: 698 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - vendor/**/*
    - test/**/*
    - db/**/*
    - Rakefile


Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver
  IndentationWidth: 2

Metrics/AbcSize:
  Max: 50

Metrics/BlockLength:
  Max: 50

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/LineLength:
  Max: 85

Metrics/MethodLength:
  Max: 40

Metrics/ModuleLength:
  Max: 200

Metrics/PerceivedComplexity:
  Max: 10

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/RegexpLiteral:
  EnforcedStyle: percent_r

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
negarmoji-0.1.9 .rubocop.yml
negarmoji-0.1.8 .rubocop.yml
negarmoji-0.1.6 .rubocop.yml
negarmoji-0.1.5 .rubocop.yml
negarmoji-0.1.4 .rubocop.yml
negarmoji-0.1.3 .rubocop.yml