chore: première passe de test sur le validateur des intentions #174
Annotations
4 errors and 12 warnings
typecheck
Type '{ commentaire: string | undefined; autreMotif: string | undefined; autreMotifRefus: string | undefined; uai: string; cfd: string; codeDispositif: string; libelleFCIL?: string; rentreeScolaire: number; ... 56 more ...; numero: string | undefined; }' is not assignable to type '{ uai: string; statut: "brouillon" | "proposition" | "dossier complet" | "dossier incomplet" | "projet de demande" | "prêt pour le vote" | "demande validée" | "refusée"; codeDispositif: string; ... 61 more ...; augmentationCapaciteAccueilRestaurationPrecisions?: string | undefined; }'.
|
typecheck
Type '{ statut: "brouillon"; campagneId: string; commentaire: string | undefined; autreMotif: string | undefined; autreMotifRefus: string | undefined; uai: string; cfd: string; codeDispositif: string; ... 56 more ...; numero: string | undefined; }' is not assignable to type '{ uai: string; statut: "brouillon" | "proposition" | "dossier complet" | "dossier incomplet" | "projet de demande" | "prêt pour le vote" | "demande validée" | "refusée"; codeDispositif: string; ... 61 more ...; augmentationCapaciteAccueilRestaurationPrecisions?: string | undefined; }'.
|
typecheck
Type '{ statut: "brouillon" | "proposition" | "dossier complet" | "dossier incomplet" | "projet de demande" | "prêt pour le vote" | "demande validée" | "refusée"; campagneId: string; ... 62 more ...; numero: string | undefined; }' is not assignable to type '{ uai: string; statut: "brouillon" | "proposition" | "dossier complet" | "dossier incomplet" | "projet de demande" | "prêt pour le vote" | "demande validée" | "refusée"; codeDispositif: string; ... 61 more ...; augmentationCapaciteAccueilRestaurationPrecisions?: string | undefined; }'.
|
typecheck
Process completed with exit code 1.
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests:
server/src/db/db.ts#L79
'_e' is defined but never used
|
Tests:
server/src/modules/core/usecases/redirectDne/redirectDne.usecase.ts#L92
'_e' is defined but never used
|
Tests:
server/src/modules/core/utils/extractUserInRequest/extractUserInRequest.ts#L30
'_e' is defined but never used
|
Tests:
server/src/modules/import/usecases/importIJData/steps/fetchIJ/fetchIJ.step.ts#L24
'_err' is defined but never used
|
Tests:
server/src/modules/import/usecases/importIJData/steps/fetchIjReg/fetchIjReg.step.ts#L24
'_err' is defined but never used
|
Tests:
server/src/modules/import/usecases/importLienEmploiFormation/importLienEmploiFormation.usecase.ts#L141
'_err' is defined but never used
|
Tests:
server/src/modules/import/usecases/importTensionFranceTravail/importTensionFranceTravailRegion.usecase.ts#L26
This line has a length of 123. Maximum allowed is 120
|
Tests:
server/src/modules/intentions/usecases/deleteChangementStatut/__tests__/deleteChangementStatut.spec.ts#L145
This line has a length of 137. Maximum allowed is 120
|
Tests:
server/src/utils/pgtools.utils.ts#L96
'_error' is defined but never used
|
Tests:
ui/app/(wrapped)/auth/activer-compte/page.tsx#L6
Unexpected default export of anonymous function
|