relnotes/v1.71.1.md
include RuboCop::RSpec::ExpectOffense in rubocop/rspec/support.rb. (@d4rky-pl)Lint/AmbiguousBlockAssociation with numblocks. (@earlopain)Lint/ConstantDefinitionInBlock with numblocks. (@earlopain)Naming/BlockForwarding and Style/ArgumentsForwarding with Ruby >= 3.4 when the block argument is referenced inside a block. This was previously disabled because of a bug in Ruby 3.3.0. (@earlopain)Layout/EmptyLineBetweenDefs with DefLikeMacros and numblocks. (@earlopain)Style/RedundantParentheses with numblocks. (@earlopain)Style/AccessModifierDeclarations when using access modifier in a numblock. (@earlopain)Lint/AssignmentInCondition when assigning in numblocks. (@earlopain)Layout/RedundantLineBreak when using numbered block parameter. (@koic)Style/SuperArguments when calling super in a numblock. (@earlopain)Lint/UnreachableCode with instance_eval numblock. (@earlopain)Style/RedundantSelfAssignment when assigning to attribute of self. (@koic)Style/HashExcept and Style/HashSlice when checking for inclusion with a range. (@dvandersluis)Layout/ExtraSpacing with ForceEqualSignAlignment: true for endless methods. (@dvandersluis)Style/IdenticalConditionalBranches autocorrect when condition is inside assignment. (@dvandersluis)Layout/SingleLineBlockChain with numblocks. (@earlopain)Style/SoleNestedConditional when using numblocks. (@earlopain)