relnotes/v0.57.0.md
Rails/BulkChangeTable cop. (@wata727)Style/AccessModifierDeclarations cop. (@brandonweiss)Style/UnneededCondition cop. (@balbesina)Layout/ClosingHeredocIndentation cop. (@siggymcfried)slashes style to Rails/FilePath since Ruby accepts forward slashes even on Windows. (@sunny)Layout/LeadingBlankLines checks for empty lines at the beginning of a file. (@rrosenblum)Style/SymbolArray and Style/WordArray not working on arrays of size 1. (@TikiTDO)Rails/AssertNot to allow it to have failure message. (@koic)headers or env keyword arguments in Rails/HttpPositionalArguments. (@rrosenblum)Style/BracesAroundHashParameters auto-correct going past the end of the file when the closing curly brace is on the last line of a file. (@EiNSTeiN-)Style/FrozenStringLiteralComment would be added to the second line if the first line is empty. (@rrosenblum)Layout/SpaceInsideReferenceBrackets aware of no_space when using nested reference brackets. (@koic)Style/MixinGrouping when method named include accepts block. (@Darhazer)--fix-layout/-x command line alias. (@scottmatthewman)Lint/SplatKeywordArguments cop. (@koic)httpdate to accepted Rails/TimeZone methods. (@cupakromer)xmlschema to accepted Rails/TimeZone methods. (@koic)rake repl task to bin/console command. (@koic)inherit_mode work for default configuration too. (@jonas054)unicode/display_width. (@nroman-stripe)