inherit_gem: armitage-rubocop: - lib/rubocop.general.yml - lib/rubocop.rake.yml - lib/rubocop.rspec.yml AllCops: TargetRubyVersion: 3.1 NewCops: enable Include: - lib/**/*.rb - spec/**/*.rb - Gemfile - Rakefile - smart_container.gemspec - bin/console Lint/EmptyBlock: Exclude: - spec/**/*.rb