Bug fixes
- #14563: Fix incorrect autocorrection for
Lint/DeprecatedOpenSSLConstant
whenCipher
appears twice. (@koic)
Changes
- #14565: Allow multiline method chain for
Style/NumberedParameters
andStyle/ItBlockParameter
withEnforcedStyle: allow_single_line
when the block itself is on a single line. (@earlopain)