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

Enabling RSpec/BeforeAfterAll Rubocop rule #10043

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

GarryHurleyJr
Copy link
Contributor

https://www.rubydoc.info/gems/rubocop-rspec/1.15.0/RuboCop/Cop/RSpec/BeforeAfterAll

What are you trying to accomplish?
The BeforeAfterAll RSpec rule was disabled in some parts of the ecosystme. This PR will enable and fix those scenarios it identifies.

Anything you want to highlight for special attention from reviewers?
Please watch for code duplications or conflicts.

How will you know you've accomplished your goal?
The Rubocop rule will work and the tests will not fai afterwards.

Checklist
I have run the complete test suite to ensure all tests and linters pass.
I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
I have written clear and descriptive commit messages.
I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
I have ensured that the code is well-documented and easy to understand.

@GarryHurleyJr GarryHurleyJr requested review from a team as code owners June 19, 2024 16:39
@github-actions github-actions bot added L: dotnet:nuget NuGet packages via nuget or dotnet L: dart:pub Dart packages via pub labels Jun 19, 2024
@GarryHurleyJr
Copy link
Contributor Author

Redoing former PR #10006

@GarryHurleyJr GarryHurleyJr force-pushed the GarryHurleyJr/enableBeforeAfterAll branch from 0925c2c to 6200fd0 Compare June 24, 2024 13:22
@GarryHurleyJr GarryHurleyJr merged commit 32e07d1 into main Jun 24, 2024
68 checks passed
@GarryHurleyJr GarryHurleyJr deleted the GarryHurleyJr/enableBeforeAfterAll branch June 24, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dart:pub Dart packages via pub L: dotnet:nuget NuGet packages via nuget or dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants