Skip to content
@qltysh

Qlty Software

Code quality and coverage done right

Header

Code quality and coverage done right

Qlty Software provides a multi-language code quality tool for linting, auto-formatting, maintainability, and security with support for 70+ static analysis tools for 40+ languages and technologies.

The Qlty CLI is completely free for all use, including for commercial projects, with no limits on contributors.

We also offer Qlty Cloud, an code health platform that provides automated code review and quality trends, including code coverage reporting.

💡 Learn more in the Documentation.

🚀 Get Started

The fastest way to install Qlty CLI is using our installer scripts which install our native binaries:

# Install on MacOS or Linux
curl https://qlty.sh | bash 


# Install on Windows
powershell -c "iwr https://qlty.sh | iex"

Then you can initialize your repository for linting and auto-formatting:

cd my_repo/
qlty init

qlty check --sample=5   # View a sample of lint issues
qlty fmt --all          # Auto-format the whole repo

To receive code quality feedback on your GitHub pull requests, sign up for a Qlty Cloud account, install our GitHub Application, and you will be up and running in minutes.

🛟 Help or Feedback

Join the our Discord for help and to provide feedback that we'll use to improve Qlty.

Pinned Loading

  1. qlty qlty Public

    💎 Code quality CLI for universal linting, auto-formatting, security scanning, and maintainability

    Rust 2.7k 252

  2. qlty-action qlty-action Public

    ▶️ Qlty GitHub Action

    TypeScript 6 1

  3. examples examples Public

    Example CI workflows for uploading code coverage to Qlty Cloud (9+ languages)

  4. qlty-browser qlty-browser Public

    🌐 Bring code coverage data directly onto GitHub with the Qlty extension for Chrome and Firefox

    TypeScript 1

Repositories

Showing 10 of 18 repositories

Most used topics

Loading…