Sha256: f07b26f83505af427c8b82107a2469be806f75fe6c23bd00e4562a060ba20043
Contents?: true
Size: 589 Bytes
Versions: 51
Compression:
Stored size: 589 Bytes
Contents
<%- @tables.each do |table| -%> <%- if table[:content].any? || table[:resolved].any? -%> | | | |---|---| <%- table[:content].each do |violation| -%> | <%= @emoji_mapper.map(table[:emoji]) %> | <%= "~~" if table[:resolved] %><%= violation.message %><%= "~~" if table[:resolved] %> | <%- 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 :no_entry_sign: [Danger](https://danger.systems/ "generated_by_<%= @danger_id %>")
Version data entries
51 entries across 51 versions & 2 rubygems