Sha256: 7b7e3c4ebea24c9b544ed03bf829e250785bc8aab5f1c2860873dbfa8c2f3d2e

Contents?: true

Size: 358 Bytes

Versions: 6

Compression:

Stored size: 358 Bytes

Contents

---
AllCops:
  Include:
    - '**/*.gemspec'
    - '**/config.ru'
    - '**/Gemfile'
    - '**/Rakefile'
  Exclude:
    - '.bundle/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'

# Handled via inch.
Style/Documentation:
  Enabled: false

Style/FileName:
  Exclude:
    - !ruby/regexp /(\d+)-(\w+)\.rb$/
    - Gemfile
    - Rakefile

Style/LineLength:
  Max: 120

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kibana-rack-0.2.0 .rubocop.yml
kibana-rack-0.1.4 .rubocop.yml
kibana-rack-0.1.3 .rubocop.yml
kibana-rack-0.1.2 .rubocop.yml
kibana-rack-0.1.1 .rubocop.yml
kibana-rack-0.1.0 .rubocop.yml