Skip to content

Commit

Permalink
Update policies/attribute_name_collisions.rego
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
  • Loading branch information
lmolkova and trask authored Dec 2, 2024
1 parent cad9505 commit c11ae76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policies/attribute_name_collisions.rego
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c11ae76

Please sign in to comment.