BuildOptions 'buildArgs.size() > 0' can be replaced with '!buildArgs.isEmpty()' #3197
Labels
first-timers-only
Is this your first time contributing? This could be a good place to start!
good first issue
Good for newcomers
Milestone
Description
The call to
Map.size
can be replaced withisEmpty
in BuildOptions.The following line:
jkube/jkube-kit/build/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/access/BuildOptions.java
Line 72 in 5da6068
should be changed to:
🔴 Before you start 🔴
👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇 👇
Make sure you read the contributing guide first.
Pay special attention to the ECA agreement section and the requirement to sign-off your commit.
This is a first-timers-only issue. These issues are especially created for contributors who are contributing to the project for the first time.
If you have already contributed to this project in the past, please don't ask to be assigned one of these issues and look for good-first-issues or help-wanted issues instead in order to continue you contributor journey in the project.
The text was updated successfully, but these errors were encountered: