mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Users will still be able to opt out: * for unit tests, by providing the `cargo_cfg_overrides=-test` extractor option * for integration tests, by excluding the test files from the analysis using `paths-ignore` in the codescanning configuration file We may want to revisit whether we want a single option for both. Also further work will be needed to restrict our security queries to non-test code on the QL side.
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
| src/lib.rs:7:1:8:19 | fn cfg_no_flag |
|
|
| src/lib.rs:10:1:11:18 | fn cfg_no_key |
|
|
| src/lib.rs:15:5:16:16 | fn test |
|
|
| src/lib.rs:19:1:20:24 | fn pointer_width_64 |
|