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 27af805 commit cf06d87Copy full SHA for cf06d87
go/ql/integration-tests/package-exclusion-fix/test.py
@@ -17,4 +17,4 @@
17
def test(codeql, go):
18
# Extract only mainmodule packages to reproduce the bug scenario
19
# Without the fix, configmodule won't be in wantedRoots and will be excluded
20
- codeql.database.create(command=["go", "list", "./mainmodule/..."], source_root="src")
+ codeql.database.create(source_root="src", command="go build ./mainmodule/...")
0 commit comments