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

allow nil condition values for backward compatibility #38

Merged
merged 1 commit into from
Mar 10, 2021

Conversation

buzz1710
Copy link
Member

@buzz1710 buzz1710 commented Mar 9, 2021

s1_event_service consumes this gem and recent upgrade to latest version caused ArgumentErrors because we do pass nil values to the eq condition in places.

This will allow us to continue to do that provided we set the env var to skip that specific validation check.

@buzz1710 buzz1710 self-assigned this Mar 9, 2021
@codeclimate
Copy link

codeclimate bot commented Mar 9, 2021

Code Climate has analyzed commit 3aee185 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 100.0% (0.0% change).

View more on Code Climate.

@buzz1710 buzz1710 added the enhancement New feature or request label Mar 10, 2021
@buzz1710 buzz1710 merged commit d014476 into master Mar 10, 2021
@buzz1710 buzz1710 deleted the build-skip-nil-validation branch March 10, 2021 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants