Sha256: 9262657e38d37dedbb229c038c33cd7ccd30d1cc7c4460b6880108d416d645e1

Contents?: true

Size: 914 Bytes

Versions: 4

Compression:

Stored size: 914 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.1
  DisplayCopNames: true
  Exclude:
    - 'bin/**'
    - 'vendor/**/*'
    - '**/huffman_statemachine.rb'

Metrics/LineLength:
  Max: 120

Lint/EndAlignment:
  AlignWith: variable

Style/CaseIndentation:
  IndentWhenRelativeTo: end

Style/IndentHash:
  EnforcedStyle: consistent

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma

Style/SpaceAroundOperators:
  Enabled: false

Style/ExtraSpacing:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Style/ParenthesesAroundCondition:
  Enabled: false

Style/IfInsideElse:
  Enabled: false

Style/TrailingCommaInArguments:
  Enabled: false

Style/TrailingUnderscoreVariable:
  Enabled: false

Performance/TimesMap:
  Enabled: false

Performance/RedundantBlockCall:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
http-2-0.9.1 .rubocop.yml
http-2-0.9.0 .rubocop.yml
http-2-0.8.4 .rubocop.yml
http-2-0.8.3 .rubocop.yml