Sha256: 4fca6635481d37d11361abdf4e850025aa85eaec9370e545d5f906afd2686d7b

Contents?: true

Size: 695 Bytes

Versions: 8

Compression:

Stored size: 695 Bytes

Contents

# This is the configuration used to check the rubocop source code.

require: rubocop-rspec
inherit_from:
  - .rubocop_todo.yml

AllCops:
  Exclude:
    - 'docker-compose/**/*'
    - 'examples/**/*'
    - 'tmp/**/*'
    - 'bin/**/*'
  TargetRubyVersion: 2.0
  # DefaultFormatter: fuubar
Style/Alias:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/Encoding:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Metrics/LineLength:
  Max: 100
  Exclude:
    - '*.gemspec'

Style/RegexpLiteral:
  EnforcedStyle: mixed

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: consistent_comma

RSpec/InstanceVariable:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
flipper-0.11.0.beta9 .rubocop.yml
flipper-0.11.0.beta8 .rubocop.yml
flipper-0.11.0.beta7 .rubocop.yml
flipper-0.11.0.beta6 .rubocop.yml
flipper-0.11.0.beta5 .rubocop.yml
flipper-0.11.0.beta4 .rubocop.yml
flipper-0.11.0.beta3 .rubocop.yml
flipper-0.11.0.beta1 .rubocop.yml