Skip to content

Commit 00933fe

Browse files
committed
Naming/RescuedExceptionsVariableName
This commit disables the Rubocop Naming/RescuedExceptionsVariableName cop, as the cost of updating all of the existing violations outweighs the benefits of those changes.
1 parent 340038f commit 00933fe

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ Naming/MethodName:
101101

102102
Naming/MethodParameterName:
103103
Enabled: false
104+
105+
Naming/RescuedExceptionsVariableName:
106+
Enabled: false

.rubocop_todo.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,6 @@ Naming/BlockParameterName:
664664
Naming/PredicateName:
665665
Enabled: false
666666

667-
# This cop supports safe auto-correction (--auto-correct).
668-
# Configuration parameters: PreferredName.
669-
Naming/RescuedExceptionsVariableName:
670-
Enabled: false
671-
672667
# Configuration parameters: EnforcedStyle, AllowedIdentifiers.
673668
# SupportedStyles: snake_case, camelCase
674669
Naming/VariableName:

0 commit comments

Comments
 (0)