From 87da73ea62d9f55e683fa19796ea5888fa80f6c3 Mon Sep 17 00:00:00 2001 From: Erika Gressi Date: Fri, 27 Jun 2025 16:46:31 +0200 Subject: [PATCH] fix spec category --- .../specs-defs/includes/shared/shared/non-functional/SNFR3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/specs-defs/includes/shared/shared/non-functional/SNFR3.md b/docs/content/specs-defs/includes/shared/shared/non-functional/SNFR3.md index 3d183fff4..94fa078ec 100644 --- a/docs/content/specs-defs/includes/shared/shared/non-functional/SNFR3.md +++ b/docs/content/specs-defs/includes/shared/shared/non-functional/SNFR3.md @@ -7,7 +7,7 @@ tags: [ Class-Resource, # MULTIPLE VALUES: this can be "Class-Resource" AND/OR "Class-Pattern" AND/OR "Class-Utility" Class-Pattern, # MULTIPLE VALUES: this can be "Class-Resource" AND/OR "Class-Pattern" AND/OR "Class-Utility" Type-NonFunctional, # SINGLE VALUE: this can be "Type-Functional" OR "Type-NonFunctional" - Category-Telemetry, # SINGLE VALUE: this can be "Category-Testing" OR "Category-Telemetry" OR "Category-Contribution/Support" OR "Category-Documentation" OR "Category-CodeStyle" OR "Category-Naming/Composition" OR "Category-Inputs/Outputs" OR "Category-Release/Publishing" + Category-Testing, # SINGLE VALUE: this can be "Category-Testing" OR "Category-Telemetry" OR "Category-Contribution/Support" OR "Category-Documentation" OR "Category-CodeStyle" OR "Category-Naming/Composition" OR "Category-Inputs/Outputs" OR "Category-Release/Publishing" Language-Bicep, # MULTIPLE VALUES: this can be "Language-Bicep" AND/OR "Language-Terraform" Language-Terraform, # MULTIPLE VALUES: this can be "Language-Bicep" AND/OR "Language-Terraform" Severity-MUST, # SINGLE VALUE: this can be "Severity-MUST" OR "Severity-SHOULD" OR "Severity-MAY"