Enable new rules from RuboCop 1.70

This commit is contained in:
taitus
2025-02-13 16:51:01 +01:00
parent f4ffee3700
commit ba22d7fdf7

View File

@@ -284,6 +284,9 @@ Lint/BooleanSymbol:
Lint/ConstantDefinitionInBlock: Lint/ConstantDefinitionInBlock:
Enabled: true Enabled: true
Lint/ConstantReassignment:
Enabled: true
Lint/DeprecatedClassMethods: Lint/DeprecatedClassMethods:
Enabled: true Enabled: true
@@ -323,6 +326,9 @@ Lint/SafeNavigationChain:
Lint/ShadowingOuterLocalVariable: Lint/ShadowingOuterLocalVariable:
Enabled: true Enabled: true
Lint/SharedMutableDefault:
Enabled: true
Lint/SymbolConversion: Lint/SymbolConversion:
Enabled: true Enabled: true
Exclude: Exclude: