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.

C and C++ language support

April 15, 2026 Qlty now provides maintainability analysis for C and C++. This includes complexity, duplication, and code smells, available in both the Qlty CLI and Qlty Cloud. See C / C++ for details.

editorconfig-checker plugin

April 9, 2026 We’ve added a plugin for editorconfig-checker, which verifies that your codebase follows the rules defined in .editorconfig.
qlty plugins enable editorconfig-checker

Travis CI push branch detection

April 15, 2026 Travis CI users no longer need to set the branch name manually when uploading coverage. The Qlty CLI now detects the branch automatically on Travis push builds, the same way it already does for other CI providers.