- Mark
RSpec/IncludeExamples
asSafeAutoCorrect: false
. (@yujideveloper) - Fix a false positive for
RSpec/LeakyConstantDeclaration
when defining constants in explicit namespaces. (@naveg) - Add support for error matchers (
raise_exception
andraise_error
) toRSpec/Dialect
. (@lovro-bikic) - Don't register offenses for
RSpec/DescribedClass
withinData.define
blocks. (@lovro-bikic) - Add autocorrection support for
RSpec/IteratedExpectation
for single expectations. (@lovro-bikic) - Exclude all cops from inspecting factorybot files, except if explicitly included. (@Mth0158)
- Fix a false positive for
RSpec/ExcessiveDocstringSpacing
when receivers are not RSpec methods. (@ydah)