# frozen_string_literal: true module Banzai module Filter # HTML filter that replaces users' names and emails in commit trailers # with links to their GitLab accounts or mailto links to their mentioned # emails. # # Commit trailers are special labels in the form of `*-by:` and fall on a # single line, ex: # # Reported-By: John S. Doe # # More info about this can be found here: # * https://git.wiki.kernel.org/index.php/CommitMessageConventions class CommitTrailersFilter < HTML::Pipeline::Filter include ActionView::Helpers::TagHelper include AvatarsHelper TRAILER_REGEXP = /(?