relnotes/v1.8.1.md
Lint/RedundantDirGlobSort when using collection.sort. (@koic)Style/ExplicitBlockArgument when the yield arguments are not an exact match with the block arguments. (@dvandersluis)unless with if and !. (@magneland)rubocop -V. (@koic)Style/SingleLineMethods autocorrection to endless method when the original code had parens. (@dvandersluis)Style/StringConcatenation when concat string include double quotes and interpolation. (@k-karen)