Sha256: 55d788f10c2b2070100d9e30a0716f53dcb180d41c0ffc8761a9d2c011572f1e

Contents?: true

Size: 868 Bytes

Versions: 5

Compression:

Stored size: 868 Bytes

Contents

AllCops:
  Exclude:
    - washout_builder.gemspec
    - bin/**/*
    - Guardfile
    - vendor/**/*

Documentation:
  Enabled: true

Encoding:
  Enabled: false

LineLength:
  Max: 200

AccessModifierIndentation:
  EnforcedStyle: outdent

IfUnlessModifier:
  Enabled: false

CaseIndentation:
  IndentWhenRelativeTo: case
  IndentOneStep: true

MethodLength:
  CountComments: false
  Max: 20

SignalException:
  Enabled: false

ColonMethodCall:
  Enabled: false

AsciiComments:
  Enabled: false

RegexpLiteral:
  Enabled: false

AssignmentInCondition:
  Enabled: false

ParameterLists:
  CountKeywordArgs: false

SingleLineBlockParams:
  Methods:
    - reduce:
      - memo
      - item

Metrics/AbcSize:
  Enabled: false

Style/CollectionMethods:
  Enabled: true

Style/SymbolArray:
  Enabled: true

Style/ExtraSpacing:
  Enabled: true

Style/FileName:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
celluloid_pubsub-0.2.0 .rubocop.yml
celluloid_pubsub-0.1.0 .rubocop.yml
celluloid_pubsub-0.0.22 .rubocop.yml
celluloid_pubsub-0.0.21 .rubocop.yml
celluloid_pubsub-0.0.20 .rubocop.yml