Sha256: 621f87157afcbb7b79b4c0b1e7b00c5cf2a94761fa6c157b9f872f6ace2f05d5
Contents?: true
Size: 879 Bytes
Versions: 1
Compression:
Stored size: 879 Bytes
Contents
inherit_from: .rubocop_todo.yml # We want Exclude directives from different # config files to get merged, not overwritten inherit_mode: merge: - Exclude AllCops: TargetRubyVersion: 3.3 TargetRailsVersion: 7.1 NewCops: enable SuggestExtensions: false require: # Performance cops are bundled with Standard - rubocop-performance - rubocop-rails - rubocop-rspec # Standard's config uses custom cops, # so it must be loaded - standard inherit_gem: standard: config/base.yml # rubocop-rails Rails/SkipsModelValidations: Enabled: false # rubocop-rspec RSpec/AnyInstance: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/LetSetup: Enabled: false RSpec/StubbedMock: Enabled: false RSpec/MessageSpies: Enabled: false RSpec/NestedGroups: Max: 10 RSpec/ExampleLength: Max: 35 RSpec/MultipleMemoizedHelpers: Max: 15
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sbmt-strangler-0.9.1 | .rubocop.yml |