Sha256: dbb5df3f4967431805d376f205fbb26a9c1604a110119fe13332335b408fcb66

Contents?: true

Size: 989 Bytes

Versions: 7

Compression:

Stored size: 989 Bytes

Contents

AllCops:
  Exclude:
    - celluloid_pubsub.gemspec
    - bin/**/*
    - Guardfile
    - vendor/**/**
    - examples/**/**
    - spec/**/*
    - Gemfile
    - Rakefile

  TargetRubyVersion: 2.3
  
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

7 entries across 7 versions & 1 rubygems

Version Path
celluloid_pubsub-1.1.2 .rubocop.yml
celluloid_pubsub-1.1.1 .rubocop.yml
celluloid_pubsub-1.1.0 .rubocop.yml
celluloid_pubsub-1.0.3 .rubocop.yml
celluloid_pubsub-1.0.2 .rubocop.yml
celluloid_pubsub-1.0.1 .rubocop.yml
celluloid_pubsub-1.0.0 .rubocop.yml