Sha256: 1bee89468d5519c69555ba82ae73b11afe192f07135c850eeaf45a8b19dccb44

Contents?: true

Size: 915 Bytes

Versions: 16

Compression:

Stored size: 915 Bytes

Contents

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

ClassLength:
  Max: 500

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

16 entries across 16 versions & 1 rubygems

Version Path
celluloid_pubsub-0.9.0 .rubocop.yml
celluloid_pubsub-0.8.4 .rubocop.yml
celluloid_pubsub-0.8.3 .rubocop.yml
celluloid_pubsub-0.8.2 .rubocop.yml
celluloid_pubsub-0.8.1 .rubocop.yml
celluloid_pubsub-0.8.0 .rubocop.yml
celluloid_pubsub-0.7.9 .rubocop.yml
celluloid_pubsub-0.7.8 .rubocop.yml
celluloid_pubsub-0.7.7 .rubocop.yml
celluloid_pubsub-0.7.6 .rubocop.yml
celluloid_pubsub-0.7.5 .rubocop.yml
celluloid_pubsub-0.7.4 .rubocop.yml
celluloid_pubsub-0.7.3 .rubocop.yml
celluloid_pubsub-0.7.2 .rubocop.yml
celluloid_pubsub-0.7.1 .rubocop.yml
celluloid_pubsub-0.7.0 .rubocop.yml