Skip to content

Feat: Adding test to auth #7

Feat: Adding test to auth

Feat: Adding test to auth #7

Triggered via pull request July 5, 2024 20:03
Status Failure
Total duration 5m 45s
Artifacts

build_and_test.yml

on: pull_request
lint-test-build
1m 55s
lint-test-build
deploy-coverage
0s
deploy-coverage
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint-test-build: internal/datasource/connectors/api.go#L30
field wsLock is unused (U1000)
lint-test-build: internal/datasource/connectors/api.go#L165
func (*APIConnector).readWebSocket is unused (U1000)
lint-test-build: internal/datasource/connectors/api.go#L191
func (*APIConnector).reconnectWebSocket is unused (U1000)
lint-test-build: internal/datasource/grpc/server/datasource.go#L172
func (*DataSourceServer).validateConnectorConfig is unused (U1000)
lint-test-build: internal/datasource/managers/transform/transform.go#L169
strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (SA1019)
lint-test-build
Process completed with exit code 1.
lint-test-build
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/