Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps-dev: bump rubocop-rspec from 2.9.0 to 2.10.0 #275

Merged
merged 2 commits into from
Apr 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2022

Bumps rubocop-rspec from 2.9.0 to 2.10.0.

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v2.10.0

  • Fix a false positive for RSpec/EmptyExampleGroup when expectations in case statement. (@​ydah)
  • Add RSpec/VerifiedDoubleReference cop. (@​t3h2mas)
  • Make RSpec/BeNil cop configurable with a be_nil style and a be style. (@​bquorning)
  • Fix Capybara/CurrentPathExpectation autocorrect incompatible with Style/TrailingCommaInArguments autocorrect. (@​ydah)
Changelog

Sourced from rubocop-rspec's changelog.

2.10.0 (2022-04-19)

  • Fix a false positive for RSpec/EmptyExampleGroup when expectations in case statement. ([@​ydah][])
  • Add RSpec/VerifiedDoubleReference cop. ([@​t3h2mas][])
  • Make RSpec/BeNil cop configurable with a be_nil style and a be style. ([@​bquorning][])
  • Fix Capybara/CurrentPathExpectation autocorrect incompatible with Style/TrailingCommaInArguments autocorrect. ([@​ydah][])
Commits
  • 4dc8bcc Merge pull request #1260 from rubocop/release
  • dcda511 Bump version to 2.10.0
  • 5e62066 Merge pull request #1257 from rubocop/configure-rspec-examplelength-cop-inter...
  • a123509 Count heredocs as one line in ExampleLength
  • 1f2503b Merge pull request #1253 from ydah/fix-capybara-current-path-expectation-auto...
  • eaeadbb [Fix #1237] Fix Capybara/CurrentPathExpectation autocorrect incompatible wi...
  • d0de0b7 Merge pull request #1251 from rubocop/configurable-be-nil
  • 7949379 Make RSpec/BeNil cop configurable
  • b56d287 Merge pull request #1246 from t3h2mas/verified_doubles_class_reference
  • 1ec40e3 Add VerifiedDoubleReference cop
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 19, 2022
@dependabot dependabot bot requested a review from andrcuns April 19, 2022 09:15
@codeclimate
Copy link

codeclimate bot commented Apr 19, 2022

Code Climate has analyzed commit fae84da and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 98.9% (0.0% change).

View more on Code Climate.

@github-actions
Copy link

github-actions bot commented Apr 19, 2022

Allure report

allure-report-publisher generated test report!

rspec: ✅ test report for fae84dab

+--------------------------------------------------------+
|                   behaviors summary                    |
+-----------+--------+--------+---------+-------+--------+
|           | passed | failed | skipped | flaky | result |
+-----------+--------+--------+---------+-------+--------+
| helpers   | 34     | 0      | 0       | 0     ||
| uploaders | 17     | 0      | 0       | 0     ||
| providers | 15     | 0      | 0       | 0     ||
| commands  | 17     | 0      | 0       | 0     ||
| cli       | 1      | 0      | 0       | 0     ||
| generator | 3      | 0      | 0       | 0     ||
+-----------+--------+--------+---------+-------+--------+
| Total     | 87     | 0      | 0       | 0     ||
+-----------+--------+--------+---------+-------+--------+

@andrcuns andrcuns force-pushed the dependabot/bundler/rubocop-rspec-2.10.0 branch from 84d7bbe to fae84da Compare April 19, 2022 10:39
@andrcuns andrcuns merged commit 78c11b9 into main Apr 19, 2022
@andrcuns andrcuns deleted the dependabot/bundler/rubocop-rspec-2.10.0 branch April 19, 2022 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant