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

gofmt entire project #28

Merged
merged 1 commit into from
Dec 22, 2023
Merged

gofmt entire project #28

merged 1 commit into from
Dec 22, 2023

Conversation

alrs
Copy link
Contributor

@alrs alrs commented Dec 21, 2023

I'm doing some exploratory work to deal with the circular imports between this repo and https://github.com/openbao/openbao-plugin-secrets-kv, and I noticed that my diffs were being muddied by gofmt tweaks affecting source files throughout the project.

This commit runs gofmt over every .go file in the repo to do this as a big bang and keep spurious changes out of subsequent diffs.

Copy link
Member

@cipherboy cipherboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you need DCO on this one @alrs, otherwise LGTM.

Maybe a name that begins with "va" would've been better... :D

Signed-off-by: Lars Lehtonen <lars.lehtonen@gmail.com>
@cipherboy
Copy link
Member

@naphelps this should be good to merge. :-)

I'll file an issue about making gofmt be a required gating test.

@naphelps naphelps merged commit 448064f into openbao:development Dec 22, 2023
6 of 9 checks passed
cipherboy pushed a commit to cipherboy/openbao that referenced this pull request Jan 21, 2024
cipherboy pushed a commit to cipherboy/openbao that referenced this pull request Jan 21, 2024
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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