refactor(server-nestjs): configuration to module definition - #2365
refactor(server-nestjs): configuration to module definition#2365shikanime wants to merge 2 commits into
Quality Gate failed
Annotations
Check notice on line 2 in apps/server-nestjs/src/modules/healthz/healthz.controller.spec.ts
cloud-pi-native-sonarqube / SonarQube Code Analysis
apps/server-nestjs/src/modules/healthz/healthz.controller.spec.ts#L2
Remove this unused import of 'ArgoCDHealthService'.
Check notice on line 3 in apps/server-nestjs/src/modules/healthz/healthz.controller.spec.ts
cloud-pi-native-sonarqube / SonarQube Code Analysis
apps/server-nestjs/src/modules/healthz/healthz.controller.spec.ts#L3
Remove this unused import of 'DatabaseHealthService'.
Check notice on line 4 in apps/server-nestjs/src/modules/healthz/healthz.controller.spec.ts
cloud-pi-native-sonarqube / SonarQube Code Analysis
apps/server-nestjs/src/modules/healthz/healthz.controller.spec.ts#L4
Remove this unused import of 'KeycloakHealthService'.
Check notice on line 11 in apps/server-nestjs/src/modules/configurable-feature-module.ts
cloud-pi-native-sonarqube / SonarQube Code Analysis
apps/server-nestjs/src/modules/configurable-feature-module.ts#L11
'any' overrides all other types in this union type.
Check notice on line 49 in apps/server-nestjs/src/modules/configurable-feature-module.ts
cloud-pi-native-sonarqube / SonarQube Code Analysis
apps/server-nestjs/src/modules/configurable-feature-module.ts#L49
This assertion is unnecessary since it does not change the type of the expression.
Check notice on line 51 in apps/server-nestjs/src/modules/configurable-feature-module.ts
cloud-pi-native-sonarqube / SonarQube Code Analysis
apps/server-nestjs/src/modules/configurable-feature-module.ts#L51
This assertion is unnecessary since it does not change the type of the expression.
Check warning on line 24 in apps/server-nestjs/src/config/base.config.ts
cloud-pi-native-sonarqube / SonarQube Code Analysis
apps/server-nestjs/src/config/base.config.ts#L24
Extract this nested ternary operation into an independent statement.
