Skip to content

Migrating to MetaX

Migrating to MetaX #33

Re-run triggered February 4, 2024 17:55
Status Failure
Total duration 25s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/db/tables_test.go#L83
Error return value of `suite.sqliteConnection.Exec` is not checked (errcheck)
lint: internal/db/tables_test.go#L84
Error return value of `suite.pgConnection.Exec` is not checked (errcheck)
lint: internal/db/tables_test.go#L85
Error return value of `suite.mysqlConnection.Exec` is not checked (errcheck)
lint: internal/db/tables_test.go#L90
Error return value of `suite.sqliteConnection.Exec` is not checked (errcheck)
lint: internal/db/tables_test.go#L91
Error return value of `suite.pgConnection.Exec` is not checked (errcheck)
lint: internal/db/tables_test.go#L92
Error return value of `suite.mysqlConnection.Exec` is not checked (errcheck)
lint: internal/rest/tableRoutes_test.go#L86
Error return value of `suite.sqliteConnection.Exec` is not checked (errcheck)
lint: internal/rest/tableRoutes_test.go#L87
Error return value of `suite.pgConnection.Exec` is not checked (errcheck)
lint: internal/rest/tableRoutes_test.go#L88
Error return value of `suite.mysqlConnection.Exec` is not checked (errcheck)
lint: utils/testHelpers_test.go#L21
Error return value of `pgContainer.Terminate` is not checked (errcheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, 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/.