Sha256: 60979fc05bbda205a7b270d8a5883980bc255e13956ba14f5c068c58a28a4a30

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

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

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

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

1 entries across 1 versions & 1 rubygems

Version Path
redfish_client-0.2.2 .rubocop.yml