Sha256: 4c2dd95b6d6522b4528611dfce81b30a4b2435a72dd37a17a65d98cadb148a40

Contents?: true

Size: 870 Bytes

Versions: 1

Compression:

Stored size: 870 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/**/*'
    - 'vendor/bundle/**/*'
  TargetRubyVersion: 2.6
Style/Alias:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/Encoding:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Metrics/LineLength:
  Max: 100

Style/RegexpLiteral:
  EnforcedStyle: mixed

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

RSpec/InstanceVariable:
  Enabled: false

Lint/HandleExceptions:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flipper-0.17.1 .rubocop.yml