Sha256: ad35feaaccd698f6bb7581ba376319fcf2aeb43c2685a8d747f5e64be5dd6977

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

require: rubocop-rspec

AllCops:
  DisplayCopNames:   true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.5.1
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
  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/DoubleNegation:
  Enabled: false

Style/EmptyCaseCondition:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Metrics/AbcSize:
  Max: 19

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

Style/ClassAndModuleChildren:
  Enabled: false

Lint/UnderscorePrefixedVariableName:
  Enabled: false

Security/YAMLLoad:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qonfig-0.3.0 .rubocop.yml
qonfig-0.2.0 .rubocop.yml