Sha256: 397ee484584c8d82d2d96f6540ebcb7b4631a50228b722b35285eefc680c1a11

Contents?: true

Size: 494 Bytes

Versions: 5

Compression:

Stored size: 494 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - redfish_client.gemspec
    - Gemfile
    - Rakefile
    - bin/**

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/MethodMissing:
  Exclude:
    - lib/redfish_client/resource.rb

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

Metrics/AbcSize:
  Max: 20

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
redfish_client-0.4.1 .rubocop.yml
redfish_client-0.4.0 .rubocop.yml
redfish_client-0.3.0 .rubocop.yml
redfish_client-0.2.4 .rubocop.yml
redfish_client-0.2.3 .rubocop.yml