relnotes/v1.34.0.md
InternalAffairs/SingleLineComparison cop. (@dvandersluis)Lint/OutOfRangeRegexpRef when using fixed-encoding regopt. (@koic)Lint/ShadowingOuterLocalVariable conditional statement and block variable. (@ydah)min and max results in false positives for Style/SymbolProc similarly to select and reject. (@mollerhoj)Style/DoubleNegation when there is a hash or an array at return location of method. (@nobuyo).rubocop_todo.yml. (@ydah)Layout/BlockEndNewline heredoc detection. (@dvandersluis)Lint/Debugger to be able to handle method chains correctly. (@dvandersluis)Style/RedundantParentheses to be able to detect offenses and properly correct when the end parentheses and comma are on their own line. (@dvandersluis)Style/SoleNestedConditional to properly wrap block and csend nodes when necessary. (@dvandersluis)Lint/EmptyConditionalBody as unsafe. (@dvandersluis)RuboCop::ConfigLoader.project_root as deprecated. (@koic)AllowedPatterns to Style/NumericLiterals. (@dvandersluis)Style/TernaryParentheses to take priority over Style/RedundantParentheses when parentheses are enforced. (@dvandersluis)