forked from 0xWheatyz/SPARC
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI #418
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
There is no linting or type checking in CI. Style issues and type errors accumulate silently.
What to do
ruffto the Python dev dependencies and aruff check .step to CItsc --noEmitstep to CI for the frontend TypeScript codeAcceptance Criteria
rufftsc --noEmitruff.toml(orpyproject.tomlsection) and/ortsconfig.jsonwith appropriate rules is committedReference
Roadmap: P2 - CI/CD / No linting or type checking
Triage: Already Implemented
After reviewing the codebase, this issue has already been fully implemented in the current
mainbranch.This issue can be closed.