mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
11 lines
245 B
Makefile
11 lines
245 B
Makefile
import "../../lib.just"
|
|
|
|
[no-cd]
|
|
format *ARGS=".": (_ql_format ARGS)
|
|
|
|
all_checks := default_db_checks + """\
|
|
--consistency-queries=""" + source_dir() / "consistency-queries"
|
|
|
|
[no-cd]
|
|
test *ARGS=".": (_codeql_test "rust" "" all_checks ARGS)
|