Skip to content
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

cli/command: some minor cleanups #5790

Merged
merged 3 commits into from
Feb 4, 2025
Merged

Conversation

thaJeztah
Copy link
Member

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

- use apiClient instead of client for the API client to
  prevent shadowing imports.
- use dockerCLI with Go's standard camelCase casing.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
- use apiClient instead of client for the API client to
  prevent shadowing imports.
- use dockerCLI with Go's standard camelCase casing.
- suppress some errors to make my IDE and linters happier

Signed-off-by: Sebastiaan van Stijn <[email protected]>
- use apiClient instead of client for the API client to
  prevent shadowing imports.
- use dockerCLI with Go's standard camelCase casing.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah added status/2-code-review kind/refactor PR's that refactor, or clean-up code labels Feb 3, 2025
@thaJeztah thaJeztah added this to the 28.0.0 milestone Feb 3, 2025
@thaJeztah thaJeztah self-assigned this Feb 3, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2025

Codecov Report

Attention: Patch coverage is 67.39130% with 15 lines in your changes missing coverage. Please review.

Project coverage is 59.44%. Comparing base (ce30966) to head (632f179).
Report is 25 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5790   +/-   ##
=======================================
  Coverage   59.44%   59.44%           
=======================================
  Files         347      347           
  Lines       29394    29391    -3     
=======================================
- Hits        17472    17471    -1     
+ Misses      10950    10948    -2     
  Partials      972      972           

@thaJeztah thaJeztah requested a review from a team February 4, 2025 11:31
@vvoland vvoland merged commit dff0dc8 into docker:master Feb 4, 2025
101 checks passed
@thaJeztah thaJeztah deleted the leftover_cleanups branch February 4, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactor PR's that refactor, or clean-up code status/2-code-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants