Enable new rules from RuboCop 1.69
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user