Sha256: f5ef4d0391f1b193da7a967dd337483c974de69e03af3f20b68b400df6e48842
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 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 # Do not attempt to police vendored code, and exclude special cases AllCops: Exclude: - 'vendor/**/*' - 'lib/oxidized/input/tftp.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oxidized-0.24.0 | .rubocop.yml |