Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
danger / lib / danger / comment_generators / vsts.md.erb
Size: Mime:
<%- @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 :no_entry_sign: [Danger](https://danger.systems/ "generated_by_<%= @danger_id %>")