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 bca01ae commit 8d962efCopy full SHA for 8d962ef
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