Sha256: f3c0d2cb7a49e460597b68f1958b2adf110dfdde67f3423650edf6a01e6fb428

Contents?: true

Size: 510 Bytes

Versions: 7

Compression:

Stored size: 510 Bytes

Contents

require:
  - standard/cop/semantic_blocks

inherit_gem:
  standard: config/base.yml

AllCops:
  Exclude:
    - 'bin/*'
    - 'tmp/**/*'
    - 'Gemfile'
    - 'node_modules/**/*'
    - 'vendor/**/*'
    - 'gemfiles/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.5

Standard/SemanticBlocks:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: no_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: no_comma

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
active_delivery-0.4.4 .rubocop.yml
active_delivery-0.4.3 .rubocop.yml
active_delivery-0.4.2 .rubocop.yml
active_delivery-0.4.1 .rubocop.yml
abstract_notifier-0.3.1 .rubocop.yml
abstract_notifier-0.3.0 .rubocop.yml
active_delivery-0.4.0 .rubocop.yml