Backend - CI/CD #2
Annotations
10 errors
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/internal/usecase/vault_test.go#L250
tests: TestsVaultUseCaseUpdateVault has malformed name: first letter after 'Test' must not be lowercase (govet)
|
backend/internal/usecase/users.go#L44
Error return value of `uc.repo.CreateUser` is not checked (errcheck)
|
backend/internal/usecase/users.go#L98
Error return value of `uc.repo.EditUsersRole` is not checked (errcheck)
|
backend/internal/usecase/repo/user_postgres.go#L37
SA4004: the surrounding loop is unconditionally terminated (staticcheck)
|
backend/internal/app/app.go#L75
unusedresult: result of fmt.Errorf call not used (govet)
|
backend/internal/app/app.go#L81
unusedresult: result of fmt.Errorf call not used (govet)
|
backend/integration-test/integration_test.go#L20
const `basePath` is unused (unused)
|
backend/integration-test/integration_test.go#L23
const `kafkaHost` is unused (unused)
|
The logs for this run have expired and are no longer available.
Loading