Skip to content

Commit

Permalink
Remove if rule comment, already in another file (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 authored Jul 4, 2023
1 parent cb516a4 commit 698c78e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions e2e/testdata/violations/most_violations.rego
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ not_equals_in_loop {
"foo" != input.bar[_]
}

# TODO this can't be here due to the importing of future.keywords
# Move to another file.
# rule-named-if
# if { true }

# rule-shadows-builtin
contains := true

Expand Down

0 comments on commit 698c78e

Please sign in to comment.