lib/nanoc/extra/checking/checks/internal_links.rb in nanoc-3.8.0 vs lib/nanoc/extra/checking/checks/internal_links.rb in nanoc-4.0.0a1

- old
+ new

@@ -2,9 +2,11 @@ require 'uri' module Nanoc::Extra::Checking::Checks # A check that verifies that all internal links point to a location that exists. + # + # @api private class InternalLinks < ::Nanoc::Extra::Checking::Check # Starts the validator. The results will be printed to stdout. # # Internal links that match a regexp pattern in `@config[:checks][:internal_links][:exclude]` will # be skipped.