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.
Your usage of Qlty Cloud is subject to certain limits in order to ensure the stability and performance of the service. These limits are designed to maintain a high quality of service for all users and prevent abuse.
In some cases the system may work even if you exceed the limits, but this is not guaranteed, and
you may experience unexpected behavior or degraded performance. Qlty is unable to provide
support for issues that arise from exceeding these limits.
General limits
| Name | Limit | Description |
|---|
| Project size | 1,000,000 | The maximum size of a project that can be analyzed in lines of code. |
| Repository size | 1 Gigabyte | The maximum size of a Git repository that can be analyzed. |
| File size | 2 Megabytes | The maximum size of a single code file that can be analyzed. |
For customers with special needs, we can increase these limits on a case-by-case basis. Please
contact sales to discuss your requirements.
Code analysis
| Name | Limit | Description |
|---|
| Analysis runtime for pull requests | 10 minutes | The maximum time allowed for analyzing a pull request. |
| Analysis runtime for the default branch | 20 minutes | The maximum time allowed for analyzing a branch. |
| Issues | 50,000 | The maximum number of issues that can be reported in a single analysis. |
| Issues per file | 500 | The maximum number of issues that can be reported in a single file. |
| Issues per file per linter | 100 | The maximum number of issues that can be reported in a single file by a single linter. |
| AST depth | 1,024 | The maximum depth of the Abstract Syntax Tree (AST) will be processed during maintainability analysis. |
Code coverage
| Name | Limit | Description |
|---|
| Coverage report file size | 10 Megabytes | The maximum size of a coverage report file that can be uploaded. |
| Coverage file records | 100,000 | The maximum number of coverage records in a coverage upload |
| Coverage parts | 200 | The maximum number of uploads for server-side merging |
Pull request review
| Name | Limit | Description |
|---|
| Files changed | 300 | The maximum number of files that can be included in a pull request diff for analysis. |
| Comments per file | 30 | The maximum number of comments that can be made on a single file in a pull request. |
| Comments per review | 50 | The maximum number of comments that can be made in a single pull request review. |
Rate limits
Requests made by Qlty to the GitHub API are subject to GitHub’s rate limits. To ensure the security and availability of the system, we may impose additional rate limits.