diff --git a/.rubocop.yml b/.rubocop.yml index 2fa6f89b3..2ae3a44b4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -284,6 +284,9 @@ Lint/BooleanSymbol: Lint/ConstantDefinitionInBlock: Enabled: true +Lint/ConstantReassignment: + Enabled: true + Lint/DeprecatedClassMethods: Enabled: true @@ -323,6 +326,9 @@ Lint/SafeNavigationChain: Lint/ShadowingOuterLocalVariable: Enabled: true +Lint/SharedMutableDefault: + Enabled: true + Lint/SymbolConversion: Enabled: true Exclude: