Add tests for Netatmo WeatherClient using VCR #907
Annotations
3 errors and 2 warnings
garden-app/pkg/weather/netatmo/client_test.go#L18
Error return value of `r.Stop` is not checked (errcheck)
|
garden-app/pkg/weather/netatmo/client_test.go#L116
Error return value of `r.Stop` is not checked (errcheck)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
garden-app/pkg/weather/netatmo/client.go#L55
var-declaration: should omit type *http.Client from declaration of var DefaultClient; it will be inferred from the right-hand side (revive)
|
This job failed
Loading