Sha256: 1afe500db8f795cc1b30875162a91d1dc982f0f84c6d8f7c0fc4ba7a9e245505

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

require: rubocop-rspec

AllCops:
  DisplayCopNames:   true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.5.1
  Include:
    - lib/**/*
    - spec/**/*
  Exclude:
    - bin/**/*
    - Gemfile
    - Rakefile
    - qonfig.gemspec

Style/SingleLineMethods:
  Exclude:
    - spec/**/*

Style/RescueModifier:
  Exclude:
    - spec/**/*

Style/IfUnlessModifier:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - spec/**/*

Naming/VariableNumber:
  EnforcedStyle: snake_case

Style/AsciiComments:
  Enabled: false

Layout/IndentArray:
  Enabled: false

Style/Documentation:
  Enabled: false

RSpec/DescribeClass:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

Metrics/LineLength:
  Max: 100

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/MultilineIfModifier:
  Enabled: false

Lint/HandleExceptions:
  Enabled: false

Metrics/MethodLength:
  Max: 20

Style/EmptyCaseCondition:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Metrics/AbcSize:
  Max: 17

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
qonfig-0.1.0 .rubocop.yml