relnotes/v0.61.0.md
Style/RegexpLiteral. (@r7kamura)Style/Lambda. (@r7kamura)Style/MethodCallWithArgsParentheses cop. (@gsamokovarov)Performance/OpenStruct checks for OpenStruct.new calls. (@xlts)Layout/RescueEnsureAlignment error on assigned blocks. (@gmcgibbon)Lint/UselessAssignment when using a variable in a module name. (@itsWill)--auto-gen-config and --config FILE correctly. (@jonas054)--auto-gen-config in a subdirectory work. (@jonas054)unknown keywords error when using Psych.safe_load with Ruby 2.6.0-preview2. (@koic)Style/BracesAroundHashParameters when the opening brace is before the first hash element at same line. (@koic)yield and super like regular method calls in Style/AlignHash. (@mvz)Style/InfiniteLoop. (@jonas054)Style/TrailingCommaInArguments. (@jonas054)coding variable. (@akihiro17)inherit_mode parameter to individual cop configurations. (@maxh)Layout/IndentationWidth when setting EnforcedStyle: rails of Layout/IndentationConsistency and method definition indented to access modifier in a singleton class. (@koic)Lint/FormatParameterMismatch when using (digit)$ flag. (@koic)Style/UnneededCondition when if condition and then branch are the same and it has no else branch. (@koic)Style/FrozenStringLiteral when a file contains only a shebang. (@takaram)Style/EmptyCaseCondition when used as an argument of a method. (@koic)Style/RaiseArgs when an exception object is assigned to a local variable. (@koic)Lint/UselessAccessModifier when using private_class_method. (@dduugg)Performance/RedundantMerge raises an error on a sole double splat argument passed to merge!. (@mmedal)if nodes even if the first branch is empty. (@bquorning)