joshminnie/hubtrics

View on GitHub
lib/hubtrics/templates/branches_without_pulls.csv.liquid

Summary

Maintainability
Test Coverage
Author, Branch, Last Commit
{% for author_hash in data %}
{% assign author = author_hash[0] %}
{% assign branches = author_hash[1] %}
{% for branch in branches %}
@{{ author }},{{ branch.name }},{{ branch.last_commit }}
{%- endfor -%}
{%- endfor -%}