llTheBlankll / attendance-management-angular

robust Attendance Management System tailored for the Philippine education sector. Built with Spring Boot, WebSocket, and Angular, it offers real-time updates, secure JWT authentication, attendance analytics, and an intuitive interface. Efficiently track and manage attendance with tailored insights and notifications
Apache License 2.0
2 stars 1 forks source link

(JS-0323) Detected usage of the `any` type #13

Open llTheBlankll opened 2 months ago

llTheBlankll commented 2 months ago

Description

The any type can sometimes leak into your codebase. TypeScript compiler skips the type checking of the any typed variables, so it creates a potential safety hole, and source of bugs in your codebase. We recommend using unknown or never type variable.

Occurrences

There are 21 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/llTheBlankll/attendance-management-angular/issue/JS-0323/occurrences/

llTheBlankll commented 2 months ago

There are remaining "any" types. Mainly from Chart JS

llTheBlankll commented 2 months ago

Refer to commit #14 and click the deepsource link in there.