Repository URL to install this package:
Version:
8.5.0.pre.alpha.3 ▾
|
<%- @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 %>")