Ignore *.db
files
#90
Annotations
10 errors and 1 warning
build:
main_integration_test.go#L91
cannot use store (variable of type *data.FileSystemStore) as data.Store value in argument to api.NewServer: *data.FileSystemStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/delete_task_handler_test.go#L17
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/delete_task_handler_test.go#L39
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/delete_task_handler_test.go#L54
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/delete_task_handler_test.go#L70
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/get_task_handler_test.go#L16
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/get_task_handler_test.go#L43
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/get_task_handler_test.go#L60
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/get_task_handler_test.go#L77
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build:
api/get_tasks_handler_test.go#L15
cannot use data (variable of type *testutils.mockStore) as data.Store value in argument to NewServer: *testutils.mockStore does not implement data.Store (missing method ValidateUserCredentials)
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|