Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
class ProblemCheck::InlineProblemCheck < ProblemCheck
self.inline = true
def call
# The logic of this problem check is performed inline, so this class is
# purely here to support its configuration.
#
no_problem
end