2 repos
Tools that examine source code without execution to identify potential bugs, style violations, and quality issues.
Distinguishing note: Focuses on the execution of static analysis tasks rather than general testing frameworks.
Explore 2 awesome GitHub repositories matching testing & quality assurance · Static Analysis. Refine with filters or upvote what's useful.
This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit
Run analysis tasks on files or directories using command-line tools to identify code quality issues and enforce project standards during the development lifecycle.
This project is a comprehensive knowledge base and educational resource for JavaScript developers, focused on establishing industry-standard methodologies for automated software testing. It provides a structured collection of design patterns and actionable guidelines designed to improve code reliability, maintainability, and overall software quality across the development lifecycle. The repository distinguishes itself by offering a granular, pattern-based approach to testing that spans unit, integration, and end-to-end verification. It emphasizes specific architectural strategies such as comp
Uses automated code inspection tools to enforce quality standards and detect logical gaps before code reaches the execution phase.