Sha256: 9474d11aaec0f907574509057a5df84e6cc1a081f473530b80c8eb2fae71eb16

Contents?: true

Size: 753 Bytes

Versions: 2

Compression:

Stored size: 753 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

Style/MultilineBlockChain:
  Enabled: false

Style/SymbolProc:
  Enabled: false

# Do not attempt to police vendored code, and exclude special cases
AllCops:
  Exclude:
    - 'vendor/**/*'
    - 'lib/oxidized/input/tftp.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
oxidized-0.25.1 .rubocop.yml
oxidized-0.25.0 .rubocop.yml