lib/nanoc/cli/commands/validate-html.rb in nanoc-3.7.4 vs lib/nanoc/cli/commands/validate-html.rb in nanoc-3.7.5
- old
+ new
@@ -7,18 +7,14 @@
description "
Validates the site’s HTML files.
"
module Nanoc::CLI::Commands
-
class ValidateHTML < ::Nanoc::CLI::CommandRunner
-
def run
warn 'The `validate-html` command is deprecated. Please use the new `check` command instead.'
Nanoc::CLI.run %w( check html )
end
-
end
-
end
runner Nanoc::CLI::Commands::ValidateHTML