mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
Just: modernize justfiles for just 1.48.1
Use f-strings instead of `+` concatenation, remove `set unstable` (all previously unstable features are now stable), and add `[parallel]` to swift `extra-tests` recipe. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,9 @@ import "../justfile"
|
||||
|
||||
base_flags := _python_env
|
||||
|
||||
all_checks := default_db_checks + """\
|
||||
--consistency-queries=""" + consistency_queries
|
||||
all_checks := f"""\
|
||||
{{default_db_checks}}\
|
||||
--consistency-queries={{consistency_queries}}"""
|
||||
|
||||
[no-cd]
|
||||
test *ARGS=".": (_codeql_test "python" base_flags all_checks ARGS)
|
||||
|
||||
Reference in New Issue
Block a user