Skip to content

refactor(server-nestjs): configuration to module definition - #2365

Closed
shikanime wants to merge 2 commits into
mainfrom
pr/shikanime-push-ktsssqsyoktz
Closed

refactor(server-nestjs): configuration to module definition#2365
shikanime wants to merge 2 commits into
mainfrom
pr/shikanime-push-ktsssqsyoktz

refactor(server-nestjs): migrate configuration to module-definition p…

f76cb2c
Select commit
Loading
Failed to load commit list.
cloud-pi-native-sonarqube / SonarQube Code Analysis failed Jul 27, 2026 in 1m 8s

Quality Gate failed

Failed Quality Gate failed

  • 0.00% Security Hotspots Reviewed on New Code (is less than 100.00%)

Project ID: cloud-pi-native_console_AYsa46O31ebDtzs-pYyZ

View in SonarQube

Annotations

Check notice on line 2 in apps/server-nestjs/src/modules/healthz/healthz.controller.spec.ts

See this annotation in the file changed.

@cloud-pi-native-sonarqube 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

See this annotation in the file changed.

@cloud-pi-native-sonarqube 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

See this annotation in the file changed.

@cloud-pi-native-sonarqube 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

See this annotation in the file changed.

@cloud-pi-native-sonarqube 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

See this annotation in the file changed.

@cloud-pi-native-sonarqube 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

See this annotation in the file changed.

@cloud-pi-native-sonarqube 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

See this annotation in the file changed.

@cloud-pi-native-sonarqube 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.