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

Check formatting of Hack + go code in our CI #28

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

jchaffraix-slack
Copy link
Collaborator

There was a script to check that hackfmt was ran
at the root of the repository. It seemed more
useful to fold the logic into the CI so
it is automatically checked.

The formatting changes are whitespace only.

There was a script to check that hackfmt was ran
at the root of the repository. It seemed more
useful to fold the logic into the CI so
it is automatically checked.

The formatting changes are whitespace only.
@@ -146,10 +146,10 @@ func mustFullyQualified(fqn string) {
}

// Find is where the magic happens. It takes a fully qualified proto name
// e.g. ".foo.bar.baz"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was a tab that confused go fmt so better to remove it.

@jchaffraix-slack jchaffraix-slack merged commit 961f303 into master Apr 29, 2024
2 checks passed
@jchaffraix-slack jchaffraix-slack deleted the julien_format_in_ci branch April 29, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants