relnotes/v1.56.4.md
Layout/EmptyLineAfterGuardClause when using return before guard condition with heredoc. (@koic)Lint/OrderedMagicComments when comment text # encoding: ISO-8859-1 is embedded within example code as source code comment. (@koic)Style/OperatorMethodCall when using foo bar./ baz. (@koic)--disable-uncorrectable command line option when registering an offense is outside a percent array. (@koic)Lint/SafeNavigationChain when using safe navigation with comparison operator as an expression of logical operator or comparison operator's operand. (@koic)Style/OperatorMethodCall when using foo./bar. (@koic)Style/RedundantConditional when unless/else with boolean results. (@ydah)Layout/MultilineMethodCallIndentation when using safe navigation operator. (@koic)