Merge pull request #132 from decentrio/patch-2 #195
Annotations
10 errors and 2 warnings
golangci-lint:
app/forks.go#L83
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
app/forks.go#L121
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
app/fork_test.go#L79
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
app/fork_test.go#L144
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
app/fork_test.go#L97
`eles` is a misspelling of `eels` (misspell)
|
golangci-lint:
app/fork_test.go#L98
`eles` is a misspelling of `eels` (misspell)
|
golangci-lint:
app/fork_test.go#L99
`eles` is a misspelling of `eels` (misspell)
|
golangci-lint:
app/fork_test.go#L100
`eles` is a misspelling of `eels` (misspell)
|
golangci-lint:
app/fork_test.go#L102
`eles` is a misspelling of `eels` (misspell)
|
golangci-lint:
app/fork_test.go#L104
`eles` is a misspelling of `eels` (misspell)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint:
app/forks.go#L120
var-naming: don't use underscores in Go names; var unique_addrs should be uniqueAddrs (revive)
|
Loading