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

format code with gofumpt #273

Merged
merged 1 commit into from
May 27, 2023
Merged

format code with gofumpt #273

merged 1 commit into from
May 27, 2023

Conversation

thaJeztah
Copy link
Member

Doing a one-pass of formatting the code with gofumpt, which provides a superset of gofmt.

Doing a one-pass of formatting the code with gofumpt, which provides a
superset of gofmt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter
Copy link

codecov-commenter commented May 27, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (7ce5629) 55.55% compared to head (9817a23) 55.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   55.55%   55.55%           
=======================================
  Files           9        9           
  Lines         666      666           
=======================================
  Hits          370      370           
  Misses        253      253           
  Partials       43       43           
Impacted Files Coverage Δ
osxkeychain/osxkeychain_darwin.go 71.07% <ø> (ø)
pass/pass.go 67.25% <ø> (ø)
secretservice/secretservice_linux.go 0.00% <ø> (ø)
wincred/wincred_windows.go 78.35% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@thaJeztah
Copy link
Member Author

@crazy-max PTAL (my editor continued to make these formatting changes, so thought it'd be good to get these in 😅)

@thaJeztah thaJeztah merged commit 4ede49c into docker:master May 27, 2023
9 checks passed
@thaJeztah thaJeztah deleted the gofumpt branch May 27, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants