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

Fix preserve param default #858

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

h0tw1r3
Copy link
Contributor

@h0tw1r3 h0tw1r3 commented Aug 4, 2024

27086b7 originally changed the preserve default to :on-failure, but 2e3ba3b erroneously changed it from on-failure to always, and the spec tests added in 94b87cc never caught the discrepancy because the class abruptly exits due to invalid parameters in the tests

PR parent branch, only the commit fa0f077 is unique to this PR

discovered when running test suite with ruby:3.2 image on docker
v3 is deprecated and produces a warning message
removed cops are provided by gems not explicitly installed
they seem to be installed using the setup ruby action, but not
when testing in a ruby docker image

either way, they are covered by enabling newcops
@h0tw1r3 h0tw1r3 requested review from a team as code owners August 4, 2024 18:57
27086b7 originally changed the preserve default to :on-failure,
but 2e3ba3b erroneously changed it from on-failure to always,
and the spec tests added in 94b87cc never caught the discrepancy
because the class abruptly exits due to invalid parameters in the tests
vanagon.gemspec Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants