inherit_gem: armitage-rubocop: - lib/rubocop.general.yml - lib/rubocop.rspec.yml AllCops: UseCache: true TargetRubyVersion: 2.6.5 Include: - bin/console - lib/**/*.rb - spec/**/*.rb - Gemfile - Rakefile - smart_core.gemspec # NOTE: support for old ruby versions Style/RedundantBegin: Enabled: false # NOTE: temporary disabled RSpec/LeakyConstantDeclaration: Enabled: false