relnotes/v1.78.0.md
Naming/MethodName cop to detect offenses within define_method calls. (@viralpraxis)Naming/MethodName cop to handle offenses within Struct members. (@viralpraxis)Security/Eval cop to detect Kernel.eval calls. (@viralpraxis)Style/HashConversion to avoid syntax error. (@koic)Style/SingleLineMethods. (@koic)--format disables parallelization. (@r7kamura)Lint/DuplicateMethods cop when self-alias trick is used. (@viralpraxis)Lint/LiteralAsCondition when a literal is used inside || in case condition. (@koic)Style/HashConversion for nested Hash[] calls. (@dvandersluis)Lint/RedundantTypeConversion when using parentheses with no arguments or any arguments. (@koic)Style/ItBlockParameter when using a single numbered parameter after multiple numbered parameters in a method chain. (@koic)WaywardPredicates config to Naming/PredicateMethod to handle methods that look like predicates but aren't. (@dvandersluis)