New
RuboCop RSpec v3.6.0 (RubyKaigi 2025 Edition🍊)
- Fix false positive in
RSpec/Pending, where it would mark the default blockitas an offense. (@bquorning) - Fix issue when
Style/ContextWordingis configured with a Prefix being interpreted as a boolean, likeon. (@sakuro) - Add new
RSpec/IncludeExamplescop to enforce usingit_behaves_likeoverinclude_examples. (@dvandersluis) - Change
RSpec/ScatteredSetupto allowaroundhooks to be scattered. (@ydah) - Fix an error
RSpec/ChangeByZerocop when without expect block. (@lee266) - Fix a false positive for
RSpec/DescribedClasswhenSkipBlocksis true and numblocks are used. (@earlopain)