Filters
The view supports faceted filtering. Each filter is a list of values — selecting any value within a facet ORs across that facet, while selecting values across different facets ANDs.- Status —
open(default),ignored, orall. Ignored covers issues you’ve dismissed in the web app (with a reason such asfalse_positiveorwont_fix) or silenced throughqlty.toml. - Category — bug, vulnerability, structure, duplication, security_hotspot, performance, documentation, type_check, style, anti_pattern, accessibility, dead_code, lint, secret, dependency_alert.
- Level —
note,fmt,low,medium,high. - Tool — the plugin or analyzer that surfaced the issue (eslint, rubocop, semgrep, etc.).
- Language — the file’s programming language.
Acting on an issue
Click into any row to see the full issue page, which includes:- The issue message, rule, and tool that reported it.
- A code snippet showing the affected lines.
- The category, [level](/cloud/maintainability/metrics#issue-levels, and mode applied to this finding.
- Available actions — open a GitHub Issue, mark as Ignored, or jump to the source file on GitHub.