Sha256: 5cc1b802d4205798d0ca444b2b7709c560f4906d2fc8b27acded5779ba99ad36

Contents?: true

Size: 780 Bytes

Versions: 3

Compression:

Stored size: 780 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

Style/AccessorMethodName:
  Enabled: false

Lint/HandleExceptions:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flipper-0.12.2 .rubocop.yml
flipper-0.12.1 .rubocop.yml
flipper-0.12.0 .rubocop.yml