You can buy this project and download/modify it how often you want.
Metrics <% selected_metrics=['ncloc', 'function_complexity', 'violations', 'duplication_lines', 'coverage'] metrics_by_domain={} Metric.all.select { |m| m.display? && m.domain && !m.name.start_with?('new_') }.sort_by { |m| m.short_name }.each do |metric| metrics_by_domain[metric.domain]||=[] metrics_by_domain[metric.domain]< <% metrics.each do |metric| %> ><%= metric.description -%> <% end %> <% end %> Include number of violations per rule