-
Notifications
You must be signed in to change notification settings - Fork 6
Bug Risk Detector (Static Heuristics) #3
Copy link
Copy link
Open
Labels
P2-mediumImportant but not urgent. Can be scheduled after high-priority tasks are completed.Important but not urgent. Can be scheduled after high-priority tasks are completed.advancedComplex features involving deep logic, architecture decisions, or integration with multiple systems.Complex features involving deep logic, architecture decisions, or integration with multiple systems.documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueBeginner-friendly tasks with clear scope and minimal complexity, ideal for new contributors.Beginner-friendly tasks with clear scope and minimal complexity, ideal for new contributors.
Description
Metadata
Metadata
Assignees
Labels
P2-mediumImportant but not urgent. Can be scheduled after high-priority tasks are completed.Important but not urgent. Can be scheduled after high-priority tasks are completed.advancedComplex features involving deep logic, architecture decisions, or integration with multiple systems.Complex features involving deep logic, architecture decisions, or integration with multiple systems.documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueBeginner-friendly tasks with clear scope and minimal complexity, ideal for new contributors.Beginner-friendly tasks with clear scope and minimal complexity, ideal for new contributors.
Summary
Create a static analysis feature that highlights risky patterns in code, without full linting.
Why
Example Patterns
==instead of===awaitcatchblocksNotes
==, missingawait, and empty catch blocks.Acceptance Criteria