Closed dmdashenkov closed 1 year ago
Merging #86 (8eaf708) into master (0cb0153) will increase coverage by
1.81%
. The diff coverage is50.00%
.:exclamation: Current head 8eaf708 differs from pull request most recent head ad35e71. Consider uploading reports for the commit ad35e71 to get more accurate results
Some of the Lift findings in this PR can be automatically fixed. You can download and apply these changes in your local project directory of your branch to review the suggestions before committing.[^1]
# Download the patch
curl https://lift.sonatype.com/api/patch/github.com/SpineEventEngine/validation/86.diff -o lift-autofixes.diff
# Apply the patch with git
git apply lift-autofixes.diff
# Review the changes
git diff
Want it all in a single command? Open a terminal in your project's directory and copy and paste the following command:
curl https://lift.sonatype.com/api/patch/github.com/SpineEventEngine/validation/86.diff | git apply
Once you're satisfied, commit and push your changes in your project. [^1]: You can preview the patch by opening the patch URL in the browser.
@armiol, PTAL.
Please note that most of the changes are just the updates of config
, not actual repository code changes.
@armiol, PTAL.
@dmdashenkov please update the PR description with the new version. I will be reviewing the PR itself tomorrow.
In this PR we update the version of ProtoData to 0.9.1.
Also, we apply the new capabilities of ProtoData to annotate
build()
andbuildPartial()
methods with@Validated
and@NonValidated
respectively.