.rubocop.yml in jekyll_all_collections-0.3.3 vs .rubocop.yml in jekyll_all_collections-0.3.4

- old
+ new

@@ -5,19 +5,22 @@ - rubocop-rake - rubocop-rspec AllCops: Exclude: - - exe/**/* + - binstub/**/* + - demo/_site/* - vendor/**/* - Gemfile* NewCops: enable - TargetRubyVersion: 2.6 Gemspec/DeprecatedAttributeAssignment: Enabled: false Gemspec/RequireMFA: + Enabled: false + +Gemspec/RequiredRubyVersion: Enabled: false Layout/HashAlignment: EnforcedColonStyle: table EnforcedHashRocketStyle: table