- Fix a false positive for
RSpec/LeakyLocalVariablewhen variables are used only in example metadata (e.g., skip messages). ([@ydah]) - Fix a false positive for
RSpec/ScatteredSetupwhen the hook is defined inside a class method. ([@d4rky-pl]) - Fix a false positive for
RSpec/DescribedClassinside dynamically evaluated blocks (class_eval,module_eval,instance_eval,class_exec, `modu...