relnotes/v0.83.0.md
rakefile file by default. (@jethrodaniel)Style/SlicingWithRange cop. (@zverok).simplecov file by default. (@robotdana)Lint/AmbiguousRegexpLiteral. (@koic)Lint/UselessAccessModifier. (@koic)Lint/AmbiguousOperator. (@koic)Style/IfWithSemicolon. (@koic)AllowComments option to Lint/EmptyWhen cop. (@koic)Lint/ParenthesesAsGroupedExpression. (@koic)Layout/ConditionPosition. (@koic)Lint/EnsureReturn. (@koic)Layout/EmptyLineAroundAttributeAccessor cop. (@koic)Style/FrozenStringLiteralComment to accept frozen_string_literal anywhere in leading comment lines. (@jeffcarbs)Style/CaseEquality when AllowOnConstant is true and the method receiver is implicit. (@rafaelfranca)--parallel and --ignore-parent-exclusion combination. (@jonas054)--parallel and --force-default-config combination. (@jonas054)Style/MultilineWhenThen when then required for a body of when is used. (@koic)rubocop --only or rubocop --except options without cop name argument. (@koic)Style/HashTransformKeys and Style/HashTransformValues cops when line break before to_h method. (@diogoosorio, @koic)Layout/SpaceAroundOperators with Layout/ExtraSpacing when using ForceEqualSignAlignment: true. (@koic)Style/IfUnlessModifier logic when tabs are used for indentation. (@jonas054)Lint/ParenthesesAsGroupedExpression when using an intended grouped parentheses. (@koic)Lint/LiteralAsCondition when using true literal in while and similar cases. (@koic)Style/GuardClause when using and or or operators for guard clause in then or else branches. (@koic)Style/GuardClause when assigning the result of a guard condition with else. (@koic)AllowInHeredoc option of Layout/TrailingWhitespace to true by default. (@koic)Layout/MultilineOperationIndentation. (@jonas054)--only-recognized-file-types is given. (@jonas054)Lint/BooleanSymbol as unsafe. (@laurmurclar)Style/OptionalArguments. (@koic)jaro_winkler gem, instead depending on did_you_mean. This may be a breaking change for RuboCop libraries calling NameSimilarity#find_similar_name. (@bquorning)