Sha256: d590f2a835bf7905048a348f75564c628889278cc33077473fadbf6339a284a3
Contents?: true
Size: 518 Bytes
Versions: 21
Compression:
Stored size: 518 Bytes
Contents
inherit_mode: merge: - Exclude require: - rubocop-performance - rubocop-rails - rubocop-rspec - standard inherit_gem: standard: config/base.yml inherit_from: - rubocop/rspec.yml AllCops: NewCops: enable SuggestExtensions: false TargetRubyVersion: 2.7 TargetRailsVersion: 6.0 Exclude: - spec/internal/pkg/**/* RSpec/FilePath: Enabled: false RSpec/VerifiedDoubles: Exclude: - spec/**/*_spec.rb Style/SingleLineMethods: Enabled: false Style/EmptyMethod: Enabled: false
Version data entries
21 entries across 21 versions & 1 rubygems