Sha256: b4c1402cf28de1a951304dc6f19594b3f20a4efc7f1699920da1111453710b0e

Contents?: true

Size: 920 Bytes

Versions: 10

Compression:

Stored size: 920 Bytes

Contents

##
# Plugins
require:
  - standard
  - rubocop-rspec

##
# Defaults: standard-rb
inherit_gem:
  standard: config/base.yml

##
# Enabled cops
Style/FrozenStringLiteralComment:
  Enabled: true

##
# Disabled cops
Layout/MultilineMethodCallIndentation:
  Enabled: false
Style/LambdaCall:
  Enabled: false
Lint/AssignmentInCondition:
  Enabled: false

##
# Disabled cops (rspec)
RSpec/FilePath:
  Enabled: false
RSpec/NestedGroups:
  Enabled: false
RSpec/NotToNot:
  Enabled: false
RSpec/EmptyLineAfterHook:
  Enabled: false
RSpec/EmptyLineAfterSubject:
  Enabled: false
RSpec/DescribedClass:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
RSpec/EmptyLineAfterFinalLet:
  Enabled: false
Style/NilComparison:
  Exclude:
    - spec/ryo_object_spec.rb
RSpec/DescribeClass:
  Enabled: false

AllCops:
  Include:
    - 'lib/*.rb'
    - 'lib/**/*.rb'
    - 'spec/*.rb'
    - 'spec/**/*.rb'
  TargetRubyVersion: 3.2

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ryo.rb-0.5.6 .rubocop.yml
ryo.rb-0.5.5 .rubocop.yml
ryo.rb-0.5.3 .rubocop.yml
ryo.rb-0.5.2 .rubocop.yml
ryo.rb-0.5.1 .rubocop.yml
ryo.rb-0.5.0 .rubocop.yml
ryo.rb-0.4.7 .rubocop.yml
ryo.rb-0.4.6 .rubocop.yml
ryo.rb-0.4.5 .rubocop.yml
ryo.rb-0.4.4 .rubocop.yml