Sha256: 5204e8167d263ed72278a8ea4cc8a5097300addef5c2414d9554b5de440f141c

Contents?: true

Size: 739 Bytes

Versions: 2

Compression:

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flipper-0.11.0 .rubocop.yml
flipper-0.11.0.rc1 .rubocop.yml