relnotes/v1.19.1.md
Layout/RescueEnsureAlignment when using zsuper with block. (@koic)Style/RedundantSelfAssignmentBranch when using instance variable, class variable, and global variable. (@koic)Style/DoubleNegation when !! is used at return location and before rescue keyword. (@koic)Style/Encoding to handle more situations properly. (@dvandersluis)Style/SoleNestedConditional and Style/NegatedIf/Style/NegatedUnless. (@dvandersluis)Style/RedundantSelfAssignmentBranch when using multiline if / else conditional assignment. (@koic)Style/RedundantBegin when using one-liner with semicolon. (@koic)