Skip to content

Conversation

staudtMarius
Copy link
Member

Resolves #758

@staudtMarius staudtMarius added the enhancement New feature or request label Mar 6, 2023
@staudtMarius staudtMarius added this to the Version 3.1 milestone Mar 6, 2023
@staudtMarius staudtMarius self-assigned this Mar 6, 2023
@sonatype-lift
Copy link
Contributor

sonatype-lift bot commented Apr 11, 2023

🛠 Lift Auto-fix

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/ie3-institute/PowerSystemDataModel/770.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/ie3-institute/PowerSystemDataModel/770.diff | git apply

Once you're satisfied, commit and push your changes in your project.

Footnotes

  1. You can preview the patch by opening the patch URL in the browser.

@staudtMarius staudtMarius marked this pull request as ready for review April 12, 2023 10:12
@staudtMarius staudtMarius requested a review from t-ober April 12, 2023 10:12
# Conflicts:
#	CHANGELOG.md
#	src/test/groovy/edu/ie3/datamodel/io/source/csv/CsvRawGridSourceTest.groovy
@staudtMarius
Copy link
Member Author

!test

Copy link
Member

@sebastian-peter sebastian-peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's also impractical usages of forEach in CsvRawGridSourceTest, could you fix them as well?

Copy link
Member

@sebastian-peter sebastian-peter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, we got it know imho. I only adapted some minor stuff. Thanks for doing the large part of the job, @staudtMarius!

@sebastian-peter sebastian-peter merged commit 19675de into dev Jul 31, 2023
@sebastian-peter sebastian-peter deleted the ms/#758-improving-ValidationUtils branch July 31, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improving ValidationUtils

2 participants