Adjusted tests #163
on_push_or_pr.yml
on: push
nest_test_and_sonarcloud
/
Nest Test
4m 21s
codeql_analyze
/
Analyze CodeQL
2m 13s
nest_lint
/
Nest Lint
48s
nest_test_and_sonarcloud
/
SonarCloud
0s
Annotations
2 errors and 7 warnings
nest_lint / Nest Lint
Process completed with exit code 1.
|
nest_test_and_sonarcloud / Nest Test
Process completed with exit code 1.
|
nest_lint / Nest Lint:
src/modules/frontend/backend.service.ts#L26
Replace `(e.status·==·404)` with `e.status·==·404`
|
nest_lint / Nest Lint:
src/modules/frontend/frontend-api.module.spec.ts#L6
Replace `HttpModule}·from·"@nestjs/axios"` with `·HttpModule·}·from·'@nestjs/axios'`
|
nest_lint / Nest Lint:
src/modules/frontend/frontend-api.module.ts#L3
Replace `HttpModule}·from·"@nestjs/axios"` with `·HttpModule·}·from·'@nestjs/axios'`
|
nest_lint / Nest Lint:
src/modules/frontend/frontend-api.module.ts#L4
Replace `BackendService}·from·"./backend.service.js"` with `·BackendService·}·from·'./backend.service.js'`
|
nest_lint / Nest Lint:
src/shared/config/BackendConfig.ts#L1
Replace `IsInt,·IsNotEmpty,·IsString,·Min` with `·IsInt,·IsNotEmpty,·IsString,·Min·`
|
nest_lint / Nest Lint:
src/shared/config/json.config.ts#L7
Replace `BackendConfig}·from·"./BackendConfig.js"` with `·BackendConfig·}·from·'./BackendConfig.js'`
|
|