.rubocop.yml in bootstrap4jekyll-0.0.0 vs .rubocop.yml in bootstrap4jekyll-1.0.1.pre

- old
+ new

@@ -2,18 +2,18 @@ AllCops: TargetRubyVersion: 2.7 NewCops: enable -Style/Documentation: - Exclude: - - 'spec/**/*' - - 'test/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' - 'test/**/*' + - 'bootstrap4jekyll.gemspec' + - +RSpec/NestedGroups: + Max: 4 Layout/LineLength: Max: 122 Metrics/MethodLength: