Sha256: 7b516f5dacccdcd37ff0c6c70d60b6b6466c38b3f9749de9a359fec5b75cc9c4

Contents?: true

Size: 954 Bytes

Versions: 8

Compression:

Stored size: 954 Bytes

Contents

inherit_from: ./.rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.2
  Exclude:
    - 'db/**/*'
    - 'db/schema.rb'
    - 'app/assets/**'
    - 'config/**/*'
    - 'bin/**/*'
    - 'node_modules/**/*'
    - 'public/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'
    - 'doc/**/*'
    - 'coverage/**/*'
    - Gemfile
    - Guardfile

Layout/EmptyLinesAroundBlockBody:
  EnforcedStyle: no_empty_lines
  Enabled: true

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: no_empty_lines
  Enabled: true

Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: no_empty_lines

Layout/IndentArray:
  EnforcedStyle: consistent

Style/Documentation:
  Enabled: false

Style/Lambda:
  EnforcedStyle: literal

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: '[]'
    '%i': '[]'

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/BlockNesting:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
httplog-1.3.1 .rubocop.yml
httplog-1.3.0 .rubocop.yml
httplog-1.2.2 .rubocop.yml
httplog-1.2.1 .rubocop.yml
httplog-1.2.0 .rubocop.yml
httplog-1.1.1 .rubocop.yml
httplog-1.1.0 .rubocop.yml
httplog-1.0.3 .rubocop.yml