Sha256: d803c4eb3b37575704599bb3583d4cebfcfd546c2a1d98b794c0d05f7e2e9306

Contents?: true

Size: 1018 Bytes

Versions: 14

Compression:

Stored size: 1018 Bytes

Contents

AllCops:
  Exclude:
    - asana_exception_notifier.gemspec
    - bin/**/*
    - Guardfile
    - vendor/**/*
    - examples/**/*
    - spec/**/*
    - Rakefile
    - Gemfile
  TargetRubyVersion: 2.3

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

14 entries across 14 versions & 1 rubygems

Version Path
asana_exception_notifier-2.2.0 .rubocop.yml
asana_exception_notifier-2.1.0 .rubocop.yml
asana_exception_notifier-2.0.2 .rubocop.yml
asana_exception_notifier-2.0.1 .rubocop.yml
asana_exception_notifier-2.0.0 .rubocop.yml
asana_exception_notifier-1.1.0 .rubocop.yml
asana_exception_notifier-1.0.2 .rubocop.yml
asana_exception_notifier-1.0.1 .rubocop.yml
asana_exception_notifier-1.0.0 .rubocop.yml
asana_exception_notifier-0.8.0 .rubocop.yml
asana_exception_notifier-0.7.0 .rubocop.yml
asana_exception_notifier-0.6.0 .rubocop.yml
asana_exception_notifier-0.5.0 .rubocop.yml
asana_exception_notifier-0.4.0 .rubocop.yml