57 repos across 3 sub-areas
Static Analysis & Code Quality Tools
24 repos
Static analysis tools and linters that scan source code for bugs, style violations, and quality issues without executing it. The cluster spans multiple languages—Rust, Go, TypeScript, and Haskell are most common—reflecting the cross-language nature of the problem. Central projects like shellcheck, ameba, reviewdog, and qlty represent different approaches (shell script linting, Ruby analysis, CI integration, unified quality platforms), while many repos implement language-specific or general-purpose checkers and formatters.
Cluster 462069
22 repos
Static analysis and linting tools
11 repos
Tools and libraries for automatically detecting code quality issues, style violations, and potential bugs across multiple programming languages. The cluster spans language-specific linters like pylint and SwiftLint, language-agnostic linters like revive, and high-performance implementations like ruff (written in Rust). Visitors will find mature, production-ready linting frameworks primarily in Python and Go, along with supporting utilities for error naming and PEP8 compliance.