{% extends "base.html" %} {% block content %}
Static analysis results for the current project snapshot.
{% if data.summary %}No summary provided.
{% endif %}| Severity | Rule | Message | Location |
|---|---|---|---|
| {{ issue.severity }} | {{ issue.rule_id }} | {{ issue.file }}:{{ issue.line }} |
â No missing assets (errors) found
{% endif %} {# Warnings #}| Severity | Rule | Message | Location |
|---|---|---|---|
| {{ issue.severity }} | {{ issue.rule_id }} | {{ issue.file }}:{{ issue.line }} |
â No typo warnings found
{% endif %} {# Info #}| Severity | Rule | Message | Location |
|---|---|---|---|
| {{ issue.severity }} | {{ issue.rule_id }} | {{ issue.file }}:{{ issue.line }} |
â No unused assets (info) found
{% endif %}Translation completeness across {{ data.localization.total_languages }} language(s)
Missing translations: {{ data.localization.issues.missing }} | Orphaned: {{ data.localization.issues.orphaned }} | Length mismatches: {{ data.localization.issues.mismatch }}
đĄ View detailed locale data in .branchpy/artifacts/locales_index.json
User-defined validation rules from .branchpy/rules_custom.yml
{{ violation.matched_text }}... and {{ data.customRules.total_violations - 10 }} more violations
{% endif %}đĄ Configure enforcement levels in .branchpy/policy.toml
| Level | Code | Message | File:Line |
|---|---|---|---|
| {{ it.level }} | {{ it.code }} | {{ it.message }} | {{ it.path }}:{{ it.line or "-" }} |
No issues found.
{% endif %}