awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Static Analysis · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesStatic Analysis

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.

  1. Home
  2. Testing & Quality Assurance
  3. Static Analysis

Awesome Static Analysis GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • eslint/eslint

    eslint/eslint

    27,008View on GitHub↗

    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.

    JavaScriptecmascripteslintjavascript
    27,008View on GitHub↗
  • goldbergyoni/javascript-testing-best-practices

    goldbergyoni/javascript-testing-best-practices

    24,589View on GitHub↗

    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.

    JavaScriptangularchaici
    24,589View on GitHub↗