.rubocop.yml in jekyll_outline-1.1.0 vs .rubocop.yml in jekyll_outline-1.1.1

- old
+ new

@@ -1,8 +1,10 @@ require: - - rubocop-rspec + - rubocop-md + - rubocop-performance - rubocop-rake + - rubocop-rspec AllCops: Exclude: - exe/**/* - vendor/**/* @@ -15,10 +17,11 @@ Gemspec/RequireMFA: Enabled: false Layout/HashAlignment: - Enabled: false + EnforcedColonStyle: table + EnforcedHashRocketStyle: table Layout/LineLength: Max: 150 Metrics/BlockLength: