# File lib/nanoc/extra/checking/check.rb, line 17
    def run
      raise NotImplementedError.new("Nanoc::Extra::Checking::Check subclasses must implement #run")
    end