From 41f8fdc36b4e88858adef91ee5338faf593d3cf5 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Mon, 9 Feb 2026 16:31:15 +0000 Subject: [PATCH 1/2] Testing Options.json update --- ...ics => StructureMap-PharmacogeneticTestResult-Genomics.json} | 0 options.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename StructureMap/{StructureMap-PharmacogeneticTestResult-Genomics => StructureMap-PharmacogeneticTestResult-Genomics.json} (100%) diff --git a/StructureMap/StructureMap-PharmacogeneticTestResult-Genomics b/StructureMap/StructureMap-PharmacogeneticTestResult-Genomics.json similarity index 100% rename from StructureMap/StructureMap-PharmacogeneticTestResult-Genomics rename to StructureMap/StructureMap-PharmacogeneticTestResult-Genomics.json diff --git a/options.json b/options.json index 15f98d2b..891f9e6b 100644 --- a/options.json +++ b/options.json @@ -1,6 +1,6 @@ { "strict-validation": false, "ignore-folders": [], - "ignore-files": [], + "ignore-files": ["StructureMap/StructureMap-PharmacogeneticTestResult-Genomics.json"], "error-if-metaProfile-present": false } From cae8daf401d4b982770ae3464f8f38d0fe2ffc6b Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Tue, 10 Feb 2026 07:02:43 +0000 Subject: [PATCH 2/2] Update options.json --- options.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.json b/options.json index 891f9e6b..7376ae6c 100644 --- a/options.json +++ b/options.json @@ -1,6 +1,6 @@ { "strict-validation": false, - "ignore-folders": [], - "ignore-files": ["StructureMap/StructureMap-PharmacogeneticTestResult-Genomics.json"], + "ignore-folders": ["StructureMap"], + "ignore-files": [], "error-if-metaProfile-present": false }