File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## Master (Unreleased)
44
5+ ## 2.27.1 (2024-03-03)
6+
57- Fix a false positive for ` RSpec/RepeatedSubjectCall ` when ` subject.method_call ` . ([ @ydah ] )
68- Add configuration option ` OnlyStaticConstants ` to ` RSpec/DescribedClass ` . ([ @ydah ] )
79
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ RSpec/DescribedClass:
286286 OnlyStaticConstants : true
287287 SafeAutoCorrect : false
288288 VersionAdded : ' 1.0'
289- VersionChanged : " <<next>> "
289+ VersionChanged : ' 2.27 '
290290 Reference : https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/DescribedClass
291291
292292RSpec/DescribedClassModuleWrapping :
Original file line number Diff line number Diff line change 11name : rubocop-rspec
22title : RuboCop RSpec
3- version : ~
3+ version : ' 2.27 '
44nav :
55 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module RSpec
55 # Version information for the RSpec RuboCop plugin.
66 module Version
7- STRING = '2.27.0 '
7+ STRING = '2.27.1 '
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments