Sha256: 36a5de9cb3b394ca13e33e0a91ddb6ac69a7c4b1114b53fb75ee3ad40abbbadf

Contents?: true

Size: 887 Bytes

Versions: 8

Compression:

Stored size: 887 Bytes

Contents

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

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

8 entries across 8 versions & 1 rubygems

Version Path
washout_builder-0.16.5 .rubocop.yml
washout_builder-0.16.4 .rubocop.yml
washout_builder-0.16.3 .rubocop.yml
washout_builder-0.16.2 .rubocop.yml
washout_builder-0.16.1 .rubocop.yml
washout_builder-0.16.0 .rubocop.yml
washout_builder-0.15.8 .rubocop.yml
washout_builder-0.15.7 .rubocop.yml