Update Readme for latest stable version #77
Annotations
5 errors and 2 warnings
golangci-lint:
client.go#L100
directive `//nolint:nosnakecase // their choice not mine` is unused for linter "nosnakecase" (nolintlint)
|
golangci-lint:
client.go#L280
directive `//nolint:nosnakecase // their choice not mine` is unused for linter "nosnakecase" (nolintlint)
|
golangci-lint:
publish.go#L141
directive `//nolint:nosnakecase // their choice not mine` is unused for linter "nosnakecase" (nolintlint)
|
golangci-lint:
subscribe.go#L167
directive `//nolint:nosnakecase // their choice not mine` is unused for linter "nosnakecase" (nolintlint)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, 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:
subscribe.go#L29
unused-parameter: parameter 'client' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading