#14736: Fix an error for Style/TrailingCommaInArguments when EnforcedStyleForMultiline is consistent_comma and keyword arguments use a trailing comma. ([@koic][])
#14737: Fix crash in Layout/RedundantLineBreak when Layout/LineLength is disabled. ([@ydakuka][])
#14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. ([@koic][])
#14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. ([@koic][...