- Add
require_implicit
style toRSpec/ImplicitSubject
. (@r7kamura) - Fix a false positive for
RSpec/Capybara/SpecificMatcher
whenhave_css("a")
without attribute. (@ydah) - Update
RSpec/ExampleWording
cop to raise error for insufficient descriptions. (@akrox58) - Add new
RSpec/Capybara/NegationMatcher
cop. (@ydah) - Add
AllowedPatterns
configuration option toRSpec/NoExpectationExample
. (@ydah) - Improve
RSpec/NoExpectationExample
cop to ignore examples skipped or pending via metadata. (@pirj) - Add
RSpec/FactoryBot/ConsistentParenthesesStyle
cop. (@Liberatys) - Add
RSpec/Rails/InferredSpecType
cop. (@r7kamura) - Add new
RSpec/Capybara/SpecificActions
cop. (@ydah) - Update
config/default.yml
removing deprecated option to make the config correctable by users. (@ignaciovillaverde) - Do not attempt to auto-correct example groups with
include_examples
inRSpec/LetBeforeExamples
. (@pirj) - Add new
RSpec/SortMetadata
cop. (@leoarnold) - Add support for subject! method to
RSpec/SubjectDeclaration
. (@ydah)