mirror of
https://github.com/github/codeql.git
synced 2026-05-15 03:39:32 +02:00
Add justfiles for C++ following the pattern of other ported languages (go, rust, swift). Move consistency queries from semmle-code's semmlecode-cpp-consistency-queries/ to ql/cpp/ql/consistency-queries/. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
7 lines
130 B
Makefile
7 lines
130 B
Makefile
import "../../lib.just"
|
|
|
|
[no-cd]
|
|
format *ARGS=".": (_format_ql ARGS)
|
|
|
|
consistency_queries := source_dir() / "consistency-queries"
|