You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ bazel run @codeql//rust:rust-installer
17
17
```
18
18
You now need to create a [per-user CodeQL configuration file](https://docs.github.com/en/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/specifying-command-options-in-a-codeql-configuration-file#using-a-codeql-configuration-file) and specify the option:
19
19
```
20
-
--search-path Users/YOURUSERNAME/semmle-code/ql
20
+
--search-path PATH/TO/semmle-code/ql
21
21
```
22
-
(or wherever the `codeql` checkout is on your system)
22
+
(wherever the `codeql` checkout is on your system)
23
23
24
24
You can now use the Rust extractor e.g. to run Rust tests from the command line or in VSCode.
0 commit comments