Bug fixes
- #14958: Fix false positives in
Style/FileOpenwhenFile.openis passed as an argument or returned from a method. (@sferik) - #14973: Fix
Style/ReduceToHashfalse positive when accumulator is read in key/value. (@sferik) - #14964: Fix false positives in
Style/RedundantParentheseswhen parenthesizing a range in a block body. (@koic)
Changes
- #14969: Autoload formatters; they're required only when actually used. (@lovro-bikic)