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

Fix lints #371

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Fix lints #371

merged 1 commit into from
Oct 16, 2024

Conversation

dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Oct 13, 2024

Summary

Enable lints & fix issues with lints.

Resolves #341

This has a couple of breaking changes. There are a few public items that had names that didn't follow Go standard naming conventions (like Http instead of HTTP and Id instead of ID). This PR changes them, which is breaking.

Use Cases

Checklist

  • I have viewed, signed, and submitted the Contributor License Agreement.
  • I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
  • I have added an integration test, if necessary.
  • I have reviewed the styleguide for guidance on my code quality.
  • I'm happy with the commit history on this PR (I have rebased/squashed as needed).

Enables all of the linters that were commented out and resolves the lints.

Signed-off-by: Daniel Mikusa <[email protected]>
@dmikusa dmikusa requested a review from a team as a code owner October 13, 2024 02:54
@dmikusa dmikusa added semver:major A change requiring a major version bump type:task A general task labels Oct 13, 2024
@dmikusa dmikusa merged commit 3d59899 into gh-354 Oct 16, 2024
6 checks passed
@dmikusa dmikusa deleted the lints branch October 16, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:major A change requiring a major version bump type:task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants