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

chore: switch to statticcheck, fix linting #1084

Merged
merged 3 commits into from
Feb 8, 2023
Merged

chore: switch to statticcheck, fix linting #1084

merged 3 commits into from
Feb 8, 2023

Conversation

toumorokoshi
Copy link
Contributor

using staticcheck as golint has been deprecated.

golint errors ignore comments were also not being
honored, so switching to staticcheck enables the whole
repository pass some form of linter.

Go lint had multiple findings when run on the full codebase.

Fixing those to help ensure future contributors have less friction
and confusion wondering if the errors were caused by them.

Go lint had multiple findings when run on the full codebase.

Fixing those to help ensure future contributors have less friction
and confusion wondering if the errors were caused by them.
using staticcheck as golint has been deprecated.

golint errors ignore comments were also not being
honored, so switching to staticcheck enables the whole
repository pass some form of linter.
@toumorokoshi toumorokoshi requested a review from a team as a code owner February 8, 2023 22:26
Copy link
Collaborator

@noahdietz noahdietz left a comment

Choose a reason for hiding this comment

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

Awesome!

@noahdietz noahdietz merged commit 5e1c50e into googleapis:main Feb 8, 2023
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.

2 participants