Sha256: 64a726618607ca439498e2a0b2df06a406b366d210ccd42e401c3b89ea96b7ed
Contents?: true
Size: 638 Bytes
Versions: 3
Compression:
Stored size: 638 Bytes
Contents
inherit_from: .rubocop_todo.yml Style/HashSyntax: EnforcedStyle: hash_rockets Metrics/LineLength: Max: 100 Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Style/Encoding: Description: 'Use UTF-8 as the source file encoding.' Enabled: false Style/SignalException: Description: 'Do not enforce use of fail when raising exceptions.' # Valid values are: semantic, only_raise and only_fail EnforcedStyle: only_raise Layout/EmptyLineAfterGuardClause: Enabled: false Metrics/AbcSize: Enabled: false Gemspec/RequiredRubyVersion: Enabled: false AllCops: Exclude: - 'lib/fog/ovirt/compute.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fog-ovirt-2.0.2 | .rubocop.yml |
fog-ovirt-2.0.1 | .rubocop.yml |
fog-ovirt-2.0.0 | .rubocop.yml |