relnotes/v1.75.2.md
Lint/RedundantTypeConversion to register an offense for to_json.to_s. (@lovro-bikic)Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. (@koic)Style/RedundantCondition when true is used as the true branch and the condition takes arguments. (@koic)Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. (@earlopain)Style/ConditionalAssignment cop error on dynamic string node in branch. (@viralpraxis)Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. (@viralpraxis)