Enable new rules from RuboCop 1.69

This commit is contained in:
taitus
2025-02-13 15:59:59 +01:00
parent 9081174dd7
commit 4c7fe8a5d9

View File

@@ -299,6 +299,9 @@ Lint/EmptyBlock:
Lint/EmptyFile:
Enabled: true
Lint/HashNewWithKeywordArgumentsAsDefault:
Enabled: true
Lint/LiteralAsCondition:
Enabled: true
@@ -326,6 +329,9 @@ Lint/SymbolConversion:
Lint/UselessAssignment:
Enabled: true
Lint/UselessDefined:
Enabled: true
Lint/Void:
Enabled: true
@@ -705,6 +711,9 @@ Style/ClassVars:
Style/CollectionMethods:
Enabled: true
Style/DigChain:
Enabled: true
Style/FileRead:
Enabled: true