We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ef1e3 commit be16954Copy full SHA for be16954
1 file changed
rust/tools/autobuild.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+exec "${CODEQL_DIST}/codeql" database index-files \
4
+ --working-dir=. --language=rust --include-extension=.rs \
5
+ ${CODEQL_VERBOSITY:+"--verbosity=${CODEQL_VERBOSITY}"} \
6
+ "${CODEQL_EXTRACTOR_RUST_WIP_DATABASE}"
0 commit comments