.rubocop.yml in bridgetown-cloudinary-2.0.0 vs .rubocop.yml in bridgetown-cloudinary-2.1.0

- old
+ new

@@ -3,24 +3,25 @@ inherit_gem: rubocop-bridgetown: .rubocop.yml AllCops: TargetRubyVersion: 2.5 - Include: - - lib/**/*.rb - Exclude: - .gitignore - .rspec - .rubocop.yml + - Rakefile + - bridgetown.automation.rb - Gemfile.lock + - "*.gemspec" - CHANGELOG.md - LICENSE.txt - README.md - script/**/* - vendor/**/* + - spec/**/* Metrics/AbcSize: Exclude: - lib/bridgetown-cloudinary/utils.rb \ No newline at end of file