chore: more logging #6
Annotations
9 errors and 3 warnings
golangci-lint:
client.go#L237
use of `println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
golangci-lint:
subscribe.go#L31
use of `println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
golangci-lint:
subscribe.go#L36
use of `println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
golangci-lint:
subscribe.go#L38
use of `println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
golangci-lint:
subscribe.go#L106
use of `println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
golangci-lint:
client.go#L212
G402: TLS MinVersion too low. (gosec)
|
golangci-lint:
client.go#L225
G402: TLS MinVersion too low. (gosec)
|
golangci-lint:
client.go#L234
host:port in url should be constructed with net.JoinHostPort and not directly with fmt.Sprintf (nosprintfhostport)
|
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)
|
golangci-lint:
subscribe.go#L37
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading