Add test for the fork #197
Annotations
1 error and 5 warnings
golangci-lint
issues found
|
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#L118
var-naming: don't use underscores in Go names; var unique_addrs should be uniqueAddrs (revive)
|
golangci-lint:
app/fork_test.go#L94
var-naming: don't use underscores in Go names; var unique_eels should be uniqueEels (revive)
|
golangci-lint:
app/fork_test.go#L118
var-naming: don't use underscores in Go names; var unique_eels should be uniqueEels (revive)
|
golangci-lint:
app/fork_test.go#L142
var-naming: don't use underscores in Go names; var unique_eels should be uniqueEels (revive)
|
Loading