Sha256: 3205db76dd56bbf3ca7487e712cb73da75d19a541ef20d6e6f1f4392337cc875

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'db/**/*'
    - 'config/**/*'
    - 'vendor/**/*'
    - 'bin/**/*'
Style/StringLiterals:
  EnforcedStyle: double_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes
Metrics/LineLength:
    Max: 90
Documentation:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/MultilineBlockChain:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma
Style/IfUnlessModifier:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pg_drive-0.2.0 .rubocop.yml
pg_drive-0.1.2 .rubocop.yml
pg_drive-0.1.1 .rubocop.yml
pg_drive-0.1.0 .rubocop.yml