CLI tool for universal code linting, auto-formatting, security scanning, and maintainability
Top 17.6% on sourcepulse
Qlty CLI is a universal code quality tool designed for polyglot development teams, aiming to unify linting, auto-formatting, security scanning, and maintainability checks across 40+ languages and 70+ static analysis tools. It provides a single, fast, and consistent interface for developers to improve code quality and security.
How It Works
Qlty CLI leverages a Rust-based core for high performance and concurrency, integrating with numerous external linters and analysis tools. It operates natively without relying on Docker for linter execution, maximizing speed. The tool is Git-aware, focusing analysis on changes and supporting integration with Git hooks for pre-commit and pre-push workflows. Configuration is managed via a .qlty/qlty.toml
file, allowing for version-controlled, flexible setups.
Quick Start & Requirements
curl https://qlty.sh | bash
powershell -c "iwr https://qlty.sh | iex"
qlty init
within a Git repository.Highlighted Details
Maintenance & Community
CONTRIBUTING.md
.Licensing & Compatibility
Limitations & Caveats
1 day ago
1 week