Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt

Use this file to discover all available pages before exploring further.

Onboarding flow

October 3, 2025 We’ve shipped an updated onboarding flow for new users and new Workspaces, walking through GitHub installation, Project selection, and coverage setup.

Automatic path fixing for coverage

October 16, 2025 qlty coverage publish now automatically detects and corrects common path mismatches between coverage reports and the repository, including paths produced inside Docker containers and CI runners. This works in addition to the explicit --add-prefix and --strip-prefix options. See Path Fixing for details.

Install-only mode

October 9, 2025 qlty check now supports an --install-only flag that installs the plugins required by your configuration without running them. Use it to warm caches in CI so the analysis step runs faster on every build.

API rate limiting

October 22, 2025 Qlty API requests are now rate limited to protect service availability for all users. Clients that exceed the limit receive a 429 Too Many Requests response with standard rate-limit headers, so your client can back off cleanly.

Configuration typo warnings

October 28, 2025 The Qlty CLI now emits warnings when your qlty.toml contains unexpected attributes, helping you catch typos and outdated configuration syntax before they silently change your analysis.