Skip to content

Commit

Permalink
Bump version to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Sep 12, 2022
1 parent 0fd509d commit 90c514a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ RSpec/DescribeClass:
RSpec/MultipleExpectations:
Max: 2

RSpec/NoExpectationExample:
Enabled: true

Style/FormatStringToken:
Exclude:
- spec/rubocop/**/*.rb
Expand All @@ -112,6 +109,8 @@ RSpec/ExcessiveDocstringSpacing:
Enabled: true
RSpec/IdenticalEqualityAssertion:
Enabled: true
RSpec/NoExpectationExample:
Enabled: true
RSpec/SubjectDeclaration:
Enabled: true
RSpec/VerifiedDoubleReference:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.13.0 (2022-09-12)

* Fix `RSpec/FilePath` cop missing mismatched expanded namespace. ([@sl4vr][])
* Add new `AllowConsecutiveOneLiners` (default true) option for `Rspec/EmptyLineAfterHook` cop. ([@ngouy][])
* Add autocorrect support for `RSpec/EmptyExampleGroup`. ([@r7kamura][])
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-rspec
title: RuboCop RSpec
version: master
version: '2.13'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.12.1'
STRING = '2.13.0'
end
end
end

0 comments on commit 90c514a

Please sign in to comment.