Detalhes do Débito Técnico (apps/server)
- Tipo (Sonar-style): CODE_SMELL
- Regra:
radarlint-js:typescript:S6606
- Arquivo:
apps/server/main.ts
- Linha: 17
- Nível (SARIF): note
- Tags (QLTY/SARIF): (nenhuma)
Mensagem do Qlty:
Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
Criado automaticamente pelo pipeline de CI (job qlty-smells).
Detalhes do Débito Técnico (apps/server)
radarlint-js:typescript:S6606apps/server/main.tsMensagem do Qlty:
Prefer using nullish coalescing operator (
??) instead of a logical or (||), as it is a safer operator.Criado automaticamente pelo pipeline de CI (job
qlty-smells).