Sha256: 60b3960ede59bd70a63a01c902242c56f03a27f56653b03c956f4219b512e92a

Contents?: true

Size: 915 Bytes

Versions: 28

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

28 entries across 28 versions & 2 rubygems

Version Path
celluloid_pubsub-0.4.4 .rubocop.yml
celluloid_pubsub-0.4.3 .rubocop.yml
celluloid_pubsub-0.4.2 .rubocop.yml
celluloid_pubsub-0.4.1 .rubocop.yml
celluloid_pubsub-0.3.3 .rubocop.yml
celluloid_pubsub-0.3.2 .rubocop.yml
celluloid_pubsub-0.3.1 .rubocop.yml
celluloid_pubsub-0.3.0 .rubocop.yml