We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c3ed4 commit f31de91Copy full SHA for f31de91
.gitignore
@@ -22,4 +22,4 @@
22
/databases/
23
24
# CodeQL build artifacts
25
-**/.codeql/**
+**/.codeql/**
scripts/build_test_database.py
@@ -67,4 +67,4 @@
67
while os.path.exists(f"databases/{RULE}+{ITERATION}@{CODEQL_VERSION}"):
68
ITERATION = ITERATION + 1
69
70
-os.system(f"codeql database create -l cpp -s {LANGUAGE}/{STANDARD}/test/rules/{RULE} --command=\"{BUILD_COMMAND}\" databases/{RULE}+{ITERATION}@{CODEQL_VERSION}")
+os.system(f"codeql database create -l cpp -s {LANGUAGE}/{STANDARD}/test/rules/{RULE} --command=\"{BUILD_COMMAND}\" databases/{RULE}+{ITERATION}@{CODEQL_VERSION}")
0 commit comments