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