class Pronto::Formatter::GithubStatusFormatter::StatusBuilder
def order_by_severity(counts)
def order_by_severity(counts) Hash[counts.sort_by { |k, _v| Pronto::Message::LEVELS.index(k) }] end
def order_by_severity(counts) Hash[counts.sort_by { |k, _v| Pronto::Message::LEVELS.index(k) }] end