-
Notifications
You must be signed in to change notification settings - Fork 30
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/3298/output-error-for-nonexistent-file-params #3305
fix/3298/output-error-for-nonexistent-file-params #3305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but let's add a changelog entry.
Add changelog entry #3298
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed! |
[CodeCharta Visualization] Kudos, SonarCloud Quality Gate passed! |
Output error for each nonexistent file specified
Issue: #3298
Description
This PR adds an error message which is always output for each specified file parameter which is nonexistent.
In this PR this will only be implemented for the MergeFilter, all other parsers/filters will be added in another PR with the issue #3307
Edit: We will abort execution if one or more of the specified files is invalid.