require: - standard - rubocop-rspec inherit_gem: standard: config/base.yml AllCops: NewCops: enable Exclude: - public/**/* - vendor/**/* TargetRubyVersion: 3.1.4 RSpec: Enabled: true