Sha256: 8410b9812703fffbeaf52831c1b01fbec848fe04b97b25af177ae17addf8875b

Contents?: true

Size: 747 Bytes

Versions: 4

Compression:

Stored size: 747 Bytes

Contents

inherit_from: .rubocop_todo.yml

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


Layout/AlignHash:
  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

Naming/FileName:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/RegexpLiteral:
  EnforcedStyle: percent_r

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
html-pipeline-negarmoji-0.1.3 .rubocop.yml
html-pipeline-negarmoji-0.1.2 .rubocop.yml
html-pipeline-negarmoji-0.1.1 .rubocop.yml
html-pipeline-negarmoji-0.1.0 .rubocop.yml