.rubocop.yml in bridgetown-slim-1.1.1 vs .rubocop.yml in bridgetown-slim-2.0.0

- old
+ new

@@ -2,21 +2,22 @@ inherit_gem: rubocop-bridgetown: .rubocop.yml AllCops: - TargetRubyVersion: 2.5 - Include: - - lib/**/*.rb + TargetRubyVersion: 2.7 Exclude: - .gitignore - .rspec - .rubocop.yml + - Rakefile + - "*.gemspec" - Gemfile.lock - CHANGELOG.md - LICENSE.txt - README.md - script/**/* + - spec/**/* - vendor/**/*