relnotes/v1.41.0.md
Style/RedundantDoubleSplatHashBraces cop. (@koic)Style/ConcatArrayLiterals cop. (@koic)Style/RequireOrder when require with no arguments is put between require. (@ydah)Lint/DuplicateMethods when there are same alias_method name outside rescue or ensure scopes. (@koic)require. (@ydah)Style/RequireOrder when require is a method argument. (@koic)Style/RedundantConstantBase when enabling Lint/ConstantResolution. (@koic)Lint/NonAtomicFileOperation when use file existence checks line break unless by postfix before creating file. (@koic)Style/WordArray when assigning %w() array. (@koic)base_dir in TargetFinder#find_files(). (@dukaev)Style/GuardClause when a method call whose last argument is not a string is in the condition body. (@ydah)Lint/SafeNavigationChain to correctly handle [] operator followed by save navigation and method chain. (@fatkodima)Style/HashSyntax when without parentheses call expr follows after multiple keyword arguments method call. (@koic)Style/IfUnlessModifier when the body is a method call with hash splat. (@fatkodima)NoMethodError for Style/Documentation when a class nested under non-constant values. (@arika)