Skip to content

Update README.md

Update README.md #18

Triggered via push December 13, 2023 15:22
Status Failure
Total duration 46s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: device_template/template.go#L25
json(camel): got 'file_name' want 'fileName' (tagliatelle)
lint: device_template/template.go#L26
json(camel): got 'fw_version' want 'fwVersion' (tagliatelle)
lint: grpc_client/client.go#L7
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: grpc_client/client.go#L10
File is not `goimports`-ed (goimports)
lint: grpc_client/client.go#L11
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: grpc_client/client.go#L37
G402: TLS InsecureSkipVerify set true. (gosec)
lint: grpc_client/client.go#L41
SA1019: grpc.WithTimeout is deprecated: use DialContext instead of Dial and context.WithTimeout instead. Will be supported throughout 1.x. (staticcheck)
lint: grpc_client/client.go#L42
SA1019: grpc.WithInsecure is deprecated: use WithTransportCredentials and insecure.NewCredentials() instead. Will be supported throughout 1.x. (staticcheck)
lint: grpc_client/request.go#L4
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
lint: grpc_client/request.go#L5
import 'github.com/brocaar/chirpstack-api/go/v3/as/external/api' is not allowed from list 'Main' (depguard)
test
Restore cache failed: Dependencies file is not found in /home/runner/work/smartparks-connect-web/smartparks-connect-web. Supported file pattern: go.sum
lint: device_template/template.go#L1
var-naming: don't use an underscore in package name (revive)
lint: grpc_client/client.go#L1
var-naming: don't use an underscore in package name (revive)
lint: grpc_client/client.go#L22
var-naming: struct field ServerUrl should be ServerURL (revive)
lint: grpc_client/client.go#L23
var-naming: struct field ApiToken should be APIToken (revive)
lint: grpc_client/client.go#L57
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: grpc_client/request.go#L1
var-naming: don't use an underscore in package name (revive)
lint: grpc_client/request.go#L29
var-naming: method parameter serverUrl should be serverURL (revive)
lint: web/chirpstack.go#L19
var-naming: struct field ServerUrl should be ServerURL (revive)
lint: web/chirpstack.go#L20
var-naming: struct field ApiKey should be APIKey (revive)
lint: web/chirpstack.go#L31
var-naming: struct field ServerUrl should be ServerURL (revive)