Improve the README.md and Enhanced Integration Tests #16
Annotations
10 errors
backend/internal/usecase/users.go#L99
Error return value of `uc.repo.EditUsersRole` is not checked (errcheck)
|
backend/pkg/kafka/connection.go#L104
Error return value of `notify.Post` is not checked (errcheck)
|
backend/internal/controller/http/v1/utils.go#L39
Error return value of `notify.Stop` is not checked (errcheck)
|
backend/internal/controller/http/v1/utils_test.go#L22
Error return value of `notify.Post` is not checked (errcheck)
|
backend/internal/usecase/role_permission_test.go#L14
var `validateError` is unused (unused)
|
backend/internal/usecase/role_permission_test.go#L16
type `rolePermissionTest` is unused (unused)
|
backend/integration-test/requests_test.go#L59
func `transferAsset` is unused (unused)
|
backend/internal/usecase/vault_test.go#L250
tests: TestsVaultUseCaseUpdateVault has malformed name: first letter after 'Test' must not be lowercase (govet)
|
backend/internal/app/app.go#L76
unusedresult: result of fmt.Errorf call not used (govet)
|
backend/internal/app/app.go#L82
unusedresult: result of fmt.Errorf call not used (govet)
|
The logs for this run have expired and are no longer available.
Loading