Sha256: e32c4dc38bd2705979146e6ddd29920d6f307c1b03b3466c79cba528930c7456
Contents?: true
Size: 685 Bytes
Versions: 2
Compression:
Stored size: 685 Bytes
Contents
inherit_from: .rubocop_config.yml AllCops: TargetRubyVersion: 2.5.1 Metrics/AbcSize: Max: 23 # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 33 # Offense count: 4 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 22 # Offense count: 4 Style/ClassVars: Exclude: - 'lib/cloud_party/config.rb' - 'lib/cloud_party/simple.rb' # Offense count: 23 Style/Documentation: Enabled: false # Offense count: 12 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 110
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cloud_party-0.1.1.pre.alpha.1 | .rubocop.yml |
cloud_party-0.1.0.pre.pre.1 | .rubocop.yml |