Skip to content

Commit

Permalink
Don’t show clusters of checks which are omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and felipesanches committed Sep 20, 2024
1 parent d893d2c commit e7886cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/fontbakery/reporters/templates/html/section.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ <h2>{{ section.key[0] | replace("<", "") | replace(">", "") }}</h2>
{% for status in section.status_summary %}{{ status | emoticon }}{% endfor %}
</span>
{% for cluster in section["clustered_checks"] %}
{% if cluster is not omitted %}
{% include "check.html" %}
{% endif %}
{% endfor %}

0 comments on commit e7886cc

Please sign in to comment.