relnotes/v0.84.0.md
NodePattern and AST classes have been moved to the rubocop-ast gem. (@marcandre)Lint/DeprecatedOpenSSLConstant cop. (@bdewater)AllowAliasSyntax and AllowedMethods options for Layout/EmptyLinesAroundAttributeAccessor. (@koic)rake task "check_commit" will run rspec and rubocop on files touched by the last commit. (@marcandre)Lint/AmbiguousOperator when a method with no arguments is used in advance. (@koic)Lint/ParenthesesAsGroupedExpression when heredoc has a space between the same string as the method name and (. (@koic)Style/SlicingWithRange cop now supports any expression as its first index. (@zverok)Style/HashSyntax when using a return value uses return. (@koic)AllowComments logic in Lint/SuppressedException. (@jonas054)Layout/EmptyLinesAroundAttributeAccessor when attribute method is method chained. (@koic)Migration/DepartmentName when a disable comment contains an unexpected character for department name. (@koic)