relnotes/v0.42.0.md
Style/EachWithObject. (@owst)Style/TernaryParentheses cop. (@drenmi)UselessAccessModifier so it can be made aware of ActiveSupport's concerning and class_methods methods. (@maxjacobson)Rails/SaveBang cop. (@QuinnHarris)Style/EachForSimpleLoop cop. (@drenmi)Style/ParallelAssignment cop. (@jonas054)Style/MethodCallParentheses cop. (@drenmi)Style/SingleLineBlockParams cop. (@owst)Style/OpMethod aware of the backtick method. (@drenmi)Lint/ShadowedException when rescuing an exception built into Ruby before a custom exception. (@rrosenblum)Style/EmptyLiteral no longer generates an offense for String.new when using frozen string literals. (@drenmi)Lint/NextWithoutAccumulator aware of nested enumeration. (@drenmi)Style/MethodMissing cop to check for the conditions in the style guide. (@drenmi)Style/Multiline...BraceLayout cops. (@jonas054)Exception before or along with any other exception in Lint/ShadowedException. (@rrosenblum)