Skip to content

Commit 5b9436a

Browse files
committed
Just: fix swift tests
1 parent 4768eba commit 5b9436a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

swift/ql/justfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ db_checks := default_db_checks + """\
77
--check-repeated-labels \
88
--check-redefined-labels \
99
--check-use-before-definition \
10-
--consistency-queries=ql/swift/ql/consistency-queries \
1110
"""
1211

1312
consistency := "--consistency-queries=" + source_dir() / "consistency-queries"
1413

1514
[no-cd]
16-
test *ARGS=".": (_codeql_test "swift" ARGS db_checks consistency)
15+
test *ARGS=".": (_codeql_test "swift" ARGS db_checks consistency)

0 commit comments

Comments
 (0)