-
Notifications
You must be signed in to change notification settings - Fork 528
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
chore: replaced .length() with .isEmpty() for filenameTypes check in MappingConfig #3256
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3256 (2024-07-23T23:40:46Z) ⚙️ JKube E2E Tests (10067803402)
|
…MappingConfig. Signed-off-by: Jessica Lane <[email protected]>
be810ba
to
ec79a16
Compare
Quality Gate passedIssues Measures |
@jesslane94 : Thanks for adding a unit test! Looks good to me.
Did you configure your IDE to use Eclipse Code Formatter as mentioned in the contributing guide? Are these added after IDE configuraiton |
Ohhh, I will have to look into setting that up. I actually use VS Code, so I think it used whatever I have as default once I saved the file. I will look into how to make it follow the Eclipse rules since I think you only have instructions for the Eclipse and IntelliJ IDEs! Thanks again! :] |
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, thx!
Description
Fixes #3233
FYI, looks like some of the whitespace got changed, let me know if this is something the linter shouldn't be doing.
Type of change
test, version modification, documentation, etc.)
Checklist