From c11ae76163aa6dab6354c2a5d6668b80da098d2f Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Mon, 2 Dec 2024 11:26:21 -0800 Subject: [PATCH] Update policies/attribute_name_collisions.rego Co-authored-by: Trask Stalnaker --- policies/attribute_name_collisions.rego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policies/attribute_name_collisions.rego b/policies/attribute_name_collisions.rego index 870e42c60b..4ae7249cce 100644 --- a/policies/attribute_name_collisions.rego +++ b/policies/attribute_name_collisions.rego @@ -84,7 +84,7 @@ get_or_null(obj, key) = value if { not obj[key] } -# This list contain exceptions for existing collisions that were introduced unintentionally. +# This list contains exceptions for existing collisions that were introduced unintentionally. # We'll have a way to specify how collision resolution happens in the schema - # see phase 2 in https://github.com/open-telemetry/semantic-conventions/issues/1118#issuecomment-2173803006 # For now we'll exclude existing collisions from the checks.