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 a1c8f41 + 6d5490c commit fdba123
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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

0 comments on commit fdba123

Please sign in to comment.