.rubocop.yml in bridgetown-lit-renderer-1.0.0 vs .rubocop.yml in bridgetown-lit-renderer-1.1.0
- old
+ new
@@ -3,20 +3,9 @@
inherit_gem:
rubocop-bridgetown: .rubocop.yml
AllCops:
TargetRubyVersion: 2.5
- Include:
- - lib/**/*.rb
- - test/**/*.rb
Exclude:
- - .gitignore
- - .rubocop.yml
-
- - Gemfile.lock
- - CHANGELOG.md
- - LICENSE.txt
- - README.md
-
- - script/**/*
- - vendor/**/*
+ - "*.gemspec"
+ - test/helper.rb