Sha256: 69b191ee777fd30b7e608714526e66fe0a56f5608d95103df7b521de89dc52ea

Contents?: true

Size: 529 Bytes

Versions: 2

Compression:

Stored size: 529 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Layout/AlignParameters:
  Enabled: true
  EnforcedStyle: with_fixed_indentation

Layout/MultilineOperationIndentation:
  Enabled: true
  EnforcedStyle: indented

Layout/MultilineMethodCallIndentation:
  Enabled: true
  EnforcedStyle: indented

Layout/CaseIndentation:
  Enabled: true
  EnforcedStyle: end

Layout/EndAlignment:
  Enabled: true
  EnforcedStyleAlignWith: variable

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - '*.gemspec'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ivapi-1.6.1 .rubocop.yml
ivapi-1.6.0 .rubocop.yml