Sha256: 04f9e1e132f84fe52eb26d590844a621ee1bec969e010e5ee7d6f4d277d781a4
Contents?: true
Size: 710 Bytes
Versions: 80
Compression:
Stored size: 710 Bytes
Contents
<%- @tables.each do |table| -%> <%- if table[:content].any? || table[:resolved].any? -%> | | <%= table[:count] %> <%= table[:name] %><%= "s" unless table[:count] == 1 %> | |---|---| <%- table[:content].each do |violation| -%> | <%= @emoji_mapper.map(table[:emoji]) %> | <%= violation.message %> | <%- end -%> <%- table[:resolved].each do |message| -%> | @emoji_mapper.map("white_check_mark") | <%= message %> | <%- end -%> <%- end -%> <%- end -%> <%- @markdowns.each do |current| -%> <%= current %> <%# the previous line has to be aligned far to the left, otherwise markdown can break easily %> <%- end -%> Generated by [Danger](https://danger.systems/ "generated_by_<%= @danger_id %>")
Version data entries
80 entries across 80 versions & 1 rubygems