yegor256 / jekyll-chatgpt-translate

Automated translating of Jekyll pages via ChatGPT: all you need is just an OpenAI API key
https://rubygems.org/gems/jekyll-chatgpt-translate
MIT License
15 stars 1 forks source link

Update dependency rubocop-rspec to v2.23.2 #2

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
rubocop-rspec (changelog) minor '2.22.0' -> '2.23.2'

Release Notes

rubocop/rubocop-rspec (rubocop-rspec) ### [`v2.23.2`](https://togithub.com/rubocop/rubocop-rspec/blob/HEAD/CHANGELOG.md#2232-2023-08-09) [Compare Source](https://togithub.com/rubocop/rubocop-rspec/compare/v2.23.1...v2.23.2) - Fix an incorrect autocorrect for `RSpec/ReceiveMessages` when method is only non-word character. (\[[@​marocchino](https://togithub.com/marocchino)]) - Fix a false positive for `RSpec/ReceiveMessages` when return with splat. (\[[@​marocchino](https://togithub.com/marocchino)]) ### [`v2.23.1`](https://togithub.com/rubocop/rubocop-rspec/blob/HEAD/CHANGELOG.md#2231-2023-08-07) [Compare Source](https://togithub.com/rubocop/rubocop-rspec/compare/v2.23.0...v2.23.1) - Mark to `Safe: false` for `RSpec/Rails/NegationBeValid` cop. (\[[@​ydah](https://togithub.com/ydah)]) - Declare autocorrect as unsafe for `RSpec/ReceiveMessages`. (\[[@​bquorning](https://togithub.com/bquorning)]) ### [`v2.23.0`](https://togithub.com/rubocop/rubocop-rspec/blob/HEAD/CHANGELOG.md#2230-2023-07-30) [Compare Source](https://togithub.com/rubocop/rubocop-rspec/compare/v2.22.0...v2.23.0) - Add new `RSpec/Rails/NegationBeValid` cop. (\[[@​ydah](https://togithub.com/ydah)]) - Fix a false negative for `RSpec/ExcessiveDocstringSpacing` when finds description with em space. (\[[@​ydah](https://togithub.com/ydah)]) - Fix a false positive for `RSpec/EmptyExampleGroup` when example group with examples defined in `if` branch inside iterator. (\[[@​ydah](https://togithub.com/ydah)]) - Update the message output of `RSpec/ExpectActual` to include the word 'value'. (\[[@​corydiamand](https://togithub.com/corydiamand)]) - Fix a false negative for `RSpec/Pending` when `it` without body. (\[[@​ydah](https://togithub.com/ydah)]) - Add new `RSpec/ReceiveMessages` cop. (\[[@​ydah](https://togithub.com/ydah)]) - Change default.yml path to use `**/spec/*` instead of `spec/*`. (\[[@​ydah](https://togithub.com/ydah)]) - Add `AllowedIdentifiers` and `AllowedPatterns` configuration option to `RSpec/IndexedLet`. (\[[@​ydah](https://togithub.com/ydah)]) - Fix `RSpec/NamedSubject` when block has no body. (\[[@​splattael](https://togithub.com/splattael)]) - Fix `RSpec/LetBeforeExamples` autocorrect incompatible with `RSpec/ScatteredLet` autocorrect. (\[[@​ydah](https://togithub.com/ydah)]) - Update `RSpec/Focus` to support `shared_context` and `shared_examples` (\[[@​tmaier](https://togithub.com/tmaier)])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.