We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664e15f commit 6dafd48Copy full SHA for 6dafd48
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 3.5.0 (2025-02-16)
6
+
7
- Don't let `RSpec/PredicateMatcher` replace `respond_to?` with two arguments with the RSpec `respond_to` matcher. ([@bquorning])
8
- Fix `RSpec/PredicateMatcher` support for `eql` and `equal` matchers. ([@bquorning])
9
- Pluginfy RuboCop RSpec. ([@koic])
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-rspec
title: RuboCop RSpec
-version: ~
+version: '3.5'
nav:
- modules/ROOT/nav.adoc
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '3.4.0'
+ STRING = '3.5.0'
end
10
0 commit comments