inherit_gem: armitage-rubocop: - lib/rubocop.general.yml - lib/rubocop.rake.yml - lib/rubocop.rspec.yml AllCops: TargetRubyVersion: 2.5 NewCops: enable Include: - lib/**/*.rb - spec/**/*.rb - Gemfile - Rakefile - crawler_detect.gemspec - bin/console Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes