From a60faaa54f0500c9df6f5c4d5319950cd43f8e5f Mon Sep 17 00:00:00 2001 From: Sam Schmidt Date: Mon, 3 Nov 2025 13:49:04 -0500 Subject: [PATCH] Remove custom validation command --- lib/roast.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/roast.rb b/lib/roast.rb index f13255bd..c56c0862 100644 --- a/lib/roast.rb +++ b/lib/roast.rb @@ -130,12 +130,6 @@ def list puts "Run a workflow with: roast execute " end - desc "validate [WORKFLOW_CONFIGURATION_FILE]", "Validate a workflow configuration" - option :strict, type: :boolean, aliases: "-s", desc: "Treat warnings as errors" - def validate(workflow_path = nil) - raise NotImplementedError, "Validation for DSL workflows is not yet implemented" - end - private #: (Array[String], Array[String]) -> [Array[String], Array[Symbol], Hash[Symbol, String]]