Skip to content

fix golangci-lint detected issues#137

Open
sywhang wants to merge 1 commit into
mainfrom
fix-lint
Open

fix golangci-lint detected issues#137
sywhang wants to merge 1 commit into
mainfrom
fix-lint

Conversation

@sywhang

@sywhang sywhang commented Jul 1, 2026

Copy link
Copy Markdown

This fixes all issues discovered while enabling golangci-lint in this repo.

This includes all checks included by the default golangci-lint configuration, including but not limited to:

  • staticcheck
  • errcheck
  • ineffassign
  • dead code

Will follow up with another PR to enable the CI check for this.

This fixes all issues discovered while enabling golangci-lint in this
repo.

This includes all checks included by the default golangci-lint configuration,
including but not limited to:
- staticcheck
- errcheck
- ineffassign
- dead code

Will follow up with another PR to enable the CI check for this.
@sywhang sywhang requested review from a team as code owners July 1, 2026 20:00
@@ -0,0 +1,56 @@
// Code generated by MockGen. DO NOT EDIT.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this file is generated by bazel

out = "mock_sourcehasher_test.go",

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