Sha256: 2d53324d0d3bdeed4ea20687bbd9f7418fb24c10720c188aec207a6e08b08a2b

Contents?: true

Size: 989 Bytes

Versions: 2

Compression:

Stored size: 989 Bytes

Contents

AllCops:
  Exclude:
    - asana_exception_notifier.gemspec
    - bin/**/*
    - Guardfile
    - vendor/**/*
    - examples/**/*
    - spec/**/*
  TargetRubyVersion: 2.1

ClassLength:
  Max: 500

ModuleLength:
  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

2 entries across 2 versions & 1 rubygems

Version Path
asana_exception_notifier-0.3.8 .rubocop.yml
asana_exception_notifier-0.3.7 .rubocop.yml