Sha256: 2fd9477aef8027918da5fae3cecea1b6a5cfb497ccdccc45a4e4f7ea7c16c9af

Contents?: true

Size: 630 Bytes

Versions: 2

Compression:

Stored size: 630 Bytes

Contents

AllCops:
  Exclude:
    - .bundle/**/*
    - bin/**/*
    - vendor/**/*

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - spec/**/*

Style/BlockDelimiters:
  Exclude:
    - spec/**/*

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/SpecialGlobalVars:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pagerduty-2.1.2 .rubocop.yml
pagerduty-2.1.1 .rubocop.yml