Sha256: 98951a78105c079940f61568652611f8593617d0b2e962710c0dd74c79e7a6b6

Contents?: true

Size: 637 Bytes

Versions: 7

Compression:

Stored size: 637 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - Rakefile

StringLiterals:
  Enabled: false

LineLength:
  Enabled: false

# Stick to verbose until https://bugs.ruby-lang.org/issues/10177 is closed.
Style/PreferredHashMethods:
  EnforcedStyle: verbose

Style/Not:
  Enabled: false

# comply with @ytti's exacting specifications
Style/CommandLiteral:
  EnforcedStyle: percent_x

Style/FormatString:
  EnforcedStyle: percent

Style/FormatStringToken:
  EnforcedStyle: unannotated

Style/RescueModifier:
  Enabled: false

# Do not attempt to police vendored code, and exclude special cases
AllCops:
  Exclude:
    - 'vendor/**/*'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
oxidized-web-0.12.1 .rubocop.yml
oxidized-web-0.12.0 .rubocop.yml
oxidized-web-0.11.1 .rubocop.yml
oxidized-web-0.11.0 .rubocop.yml
oxidized-web-0.10.2 .rubocop.yml
oxidized-web-0.10.1 .rubocop.yml
oxidized-web-0.10.0 .rubocop.yml