Skip to content

Commit

Permalink
Merge pull request #1444 from rubocop/patch-release
Browse files Browse the repository at this point in the history
Patch release (v2.14.2)
  • Loading branch information
bquorning committed Oct 25, 2022
2 parents 0687bcc + 6e610e1 commit 057885d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,10 +2,13 @@

## Master (Unreleased)

- Add `named_only` style to `RSpec/NamedSubject`. ([@kuahyeow])

## 2.14.2 (2022-10-25)

- Fix an incorrect autocorrect for `FactoryBot/ConsistentParenthesesStyle` with `omit_parentheses` option when method name and first argument are not on same line. ([@ydah])
- Fix autocorrection loop in `RSpec/ExampleWording` for insufficient example wording. ([@pirj])
- Fix `RSpec/SortMetadata` not to reorder arguments of `include_`/`it_behaves_like`. ([@pirj])
- Add `named_only` style to `RSpec/NamedSubject`. ([@kuahyeow])
- Fix a false positive for `RSpec/NoExpectationExample` when allowed pattern methods with arguments. ([@ydah])
- Change `RSpec/FilePath` so that it only checks suffix when path is under spec/routing or type is defined as routing. ([@r7kamura])

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/capybara/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.14.1'
STRING = '2.14.2'
end
end
end

0 comments on commit 057885d

Please sign in to comment.