relnotes/v1.0.0.md
MaxUnannotatedPlaceholdersAllowed option to Style/FormatStringToken cop. (@Tietew)Style/RedundantParentheses cop. (@fatkodima)Style/StringConcatenation when correcting nested concatenatable parts. (@fatkodima)Style/SafeNavigation autocorrection. (@dvandersluis)Layout/ClassStructure when heredoc constant is defined after public method. (@koic)after_<type> callbacks (only for nodes that may have children nodes, like :send and unlike :sym). (@marcandre)Layout/SpaceAroundOperators when upward alignment. (@koic)Style/RedundantSelf cop with nested self access. (@marcotc)on_<type> methods at runtime (e.g. via extend in initialize). (@marcandre)RuboCop::Cop::Foo::Bar::Baz now belongs to Foo/Bar department (previously it was Bar). (@dsavochkin)Layout/TrailingWhitespace in heredoc. (@marcandre)Security/Open aware of URI.open. (@koic)Naming/BinaryOperatorParameterName when defining =~. (@zajn)--verbose-version option. (@koic)