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

Address go vet and saticcheck issues #33

Merged
merged 1 commit into from
Jul 20, 2021
Merged

Conversation

masih
Copy link
Member

@masih masih commented Jul 19, 2021

Run go mod tidy

Resolve staticcheck issues:

  • SA2002 t.Fatal must be called in the same goroutine as the test
  • U1000 unused struct
  • ST1005 error string should not be capitalized

The go vet issues were the same as the ones reported by saticcheck.

Relates to:

Run `go mod tidy`

Resolve staticcheck issues:
- SA2002 `t.Fatal`  must be called in the same goroutine as the test
- U1000 unused struct
- ST1005 error string should not be capitalized

The `go vet` issues were the same as the ones reported by `saticcheck`.

Relates to:
- https://github.com/orgs/ipfs/projects/12#card-58209321
@willscott willscott requested a review from Stebalien July 20, 2021 02:34
@Stebalien Stebalien merged commit e7dc022 into master Jul 20, 2021
@Stebalien Stebalien deleted the fix-lint-issues-pre-ci branch July 20, 2021 02:47
@aschmahmann aschmahmann mentioned this pull request Aug 23, 2021
62 tasks
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