.rubocop.yml in rmagick-2.15.3 vs .rubocop.yml in rmagick-2.15.4
- old
+ new
@@ -12,23 +12,23 @@
Enabled: false
Style/StringLiterals:
EnforcedStyle: single_quotes
-Style/MultilineOperationIndentation:
- EnforcedStyle: indented
-
Style/DotPosition:
EnforcedStyle: leading
# Auto-generated config to be cleaned up and deleted:
# Offense count: 2
# Cop supports --auto-correct.
Lint/BlockAlignment:
Enabled: false
+Lint/FormatParameterMismatch:
+ Enabled: false
+
# Offense count: 1
Lint/HandleExceptions:
Enabled: false
# Offense count: 1
@@ -91,14 +91,20 @@
# Offense count: 14
Metrics/PerceivedComplexity:
Max: 41
+Performance/StringReplacement:
+ Enabled: false
+
# Offense count: 4
Style/AccessorMethodName:
Enabled: false
+Style/AlignArray:
+ Enabled: false
+
# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/BarePercentLiterals:
Enabled: false
@@ -124,10 +130,13 @@
# Offense count: 1
# Cop supports --auto-correct.
Style/ClosingParenthesisIndentation:
Enabled: false
+Style/CollectionMethods:
+ Enabled: false
+
# Offense count: 5
# Cop supports --auto-correct.
Style/CommentIndentation:
Enabled: false
@@ -137,10 +146,16 @@
# Offense count: 62
Style/Documentation:
Enabled: false
+Style/EmptyLinesAroundBlockBody:
+ Enabled: false
+
+Style/ExtraSpacing:
+ Enabled: false
+
# Offense count: 23
# Configuration parameters: Exclude.
Style/FileName:
Enabled: false
@@ -163,10 +178,16 @@
# Cop supports --auto-correct.
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
Enabled: false
+Style/IndentArray:
+ Enabled: false
+
+Style/IndentationConsistency:
+ Enabled: false
+
# Offense count: 1049
# Cop supports --auto-correct.
# Configuration parameters: Width.
Style/IndentationWidth:
Enabled: false
@@ -223,9 +244,12 @@
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
Style/RegexpLiteral:
+ Enabled: false
+
+Style/RescueEnsureAlignment:
Enabled: false
# Offense count: 2
Style/RescueModifier:
Enabled: false