# frozen_string_literal: true

class ProblemCheck::BadFaviconUrl < ProblemCheck::InlineProblemCheck
  self.priority = "low"
end