Skip to content

Commit

Permalink
fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Aug 20, 2024
1 parent bdd98a5 commit ebd49c2
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 @@ -43,7 +43,7 @@ deny contains attr_registry_collision(description, name) if {
}

# check that attribute is not defined or referenced more than once within the same group
deny contains attr_registry_collision(description, name) {
deny contains attr_registry_collision(description, name) if {
group := input.groups[_]
attr := group.attributes[_]
name := attr.name
Expand Down

0 comments on commit ebd49c2

Please sign in to comment.