Sha256: ab475fca08cdb03b6299a9eefff6e95d648bd5c5351fc25594630e175f5bea53

Contents?: true

Size: 851 Bytes

Versions: 13

Compression:

Stored size: 851 Bytes

Contents

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

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

13 entries across 13 versions & 1 rubygems

Version Path
celluloid_pubsub-0.0.19 .rubocop.yml
celluloid_pubsub-0.0.18 .rubocop.yml
celluloid_pubsub-0.0.16 .rubocop.yml
celluloid_pubsub-0.0.15 .rubocop.yml
celluloid_pubsub-0.0.14 .rubocop.yml
celluloid_pubsub-0.0.13 .rubocop.yml
celluloid_pubsub-0.0.12 .rubocop.yml
celluloid_pubsub-0.0.11 .rubocop.yml
celluloid_pubsub-0.0.10 .rubocop.yml
celluloid_pubsub-0.0.9 .rubocop.yml
celluloid_pubsub-0.0.8 .rubocop.yml
celluloid_pubsub-0.0.7 .rubocop.yml
celluloid_pubsub-0.0.6 .rubocop.yml