# File lib/nanoc/cli/commands/validate-html.rb, line 16 def run warn "The `validate-html` command is deprecated. Please use the new `check` command instead." Nanoc::CLI.run %w( check html ) end