Sha256: e63f181b403e1453eeee22848d4a2b0406525d30306e2405241c662d04435f91

Contents?: true

Size: 904 Bytes

Versions: 39

Compression:

Stored size: 904 Bytes

Contents

AllCops:
  Exclude:
    - washout_builder.gemspec
    - bin/**/*
    - spec/support/fix_minitest.rb
    - Guardfile
    - vendor/**/*

Documentation:
  Enabled: false

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

39 entries across 39 versions & 1 rubygems

Version Path
washout_builder-2.0.5 .rubocop.yml
washout_builder-2.0.4 .rubocop.yml
washout_builder-2.0.3 .rubocop.yml
washout_builder-2.0.2 .rubocop.yml
washout_builder-2.0.0 .rubocop.yml
washout_builder-1.7.5 .rubocop.yml
washout_builder-1.7.4 .rubocop.yml
washout_builder-1.7.3 .rubocop.yml
washout_builder-1.7.2 .rubocop.yml
washout_builder-1.7.1 .rubocop.yml
washout_builder-1.7.0 .rubocop.yml
washout_builder-1.6.5 .rubocop.yml
washout_builder-1.6.4 .rubocop.yml
washout_builder-1.6.3 .rubocop.yml
washout_builder-1.6.2 .rubocop.yml
washout_builder-1.6.1 .rubocop.yml
washout_builder-1.5.6 .rubocop.yml
washout_builder-1.5.5 .rubocop.yml
washout_builder-1.5.4 .rubocop.yml
washout_builder-1.5.3 .rubocop.yml