.rubocop.yml in jekyll_all_collections-0.3.2 vs .rubocop.yml in jekyll_all_collections-0.3.3
- old
+ new
@@ -25,11 +25,11 @@
Layout/LineLength:
Max: 150
Metrics/AbcSize:
- Max: 35
+ Max: 45
Metrics/BlockLength:
Exclude:
- jekyll_all_collections.gemspec
Max: 30
@@ -45,23 +45,27 @@
Naming/FileName:
Exclude:
- Rakefile
-Style/Documentation:
- Enabled: false
+RSpec/ExampleLength:
+ Max: 30
-Style/FrozenStringLiteralComment:
- Enabled: false
-
-Style/TrailingCommaInHashLiteral:
- EnforcedStyleForMultiline: comma
-
RSpec/FilePath:
+ Enabled: false
IgnoreMethods: true
SpecSuffixOnly: true
-RSpec/ExampleLength:
- Max: 30
+RSpec/IndexedLet:
+ Enabled: false
RSpec/MultipleExpectations:
Max: 15
+
+Style/Documentation:
+ Enabled: false
+
+Style/FrozenStringLiteralComment:
+ Enabled: false
+
+Style/TrailingCommaInHashLiteral:
+ EnforcedStyleForMultiline: comma