Sha256: 617c56d39429052adc12c8b21a3266a3bea84afa46e638ddca34bacaa244a8c0

Contents?: true

Size: 999 Bytes

Versions: 2

Compression:

Stored size: 999 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  DisplayCopNames: true
  Exclude:
    - bin/*
    - spec/spec_helper.rb

Metrics/LineLength:
  Max: 120

Metrics/ParameterLists:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/**/*
    - net-http-middleware.gemspec

Style/Alias:
  EnforcedStyle: prefer_alias_method

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Layout/FirstParameterIndentation:
  EnforcedStyle: consistent

Style/FrozenStringLiteralComment:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

Style/IfUnlessModifier:
  Enabled: false

Layout/IndentArray:
  EnforcedStyle: consistent

Layout/IndentHash:
  EnforcedStyle: consistent

Style/ModuleFunction:
  Enabled: false

Style/RescueModifier:
  Exclude:
    - spec/**/*

Style/TrailingUnderscoreVariable:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
net-http-middleware-0.2.0 .rubocop.yml
net-http-middleware-0.1.0 .rubocop.yml