mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
Before I added `--max-import-depth=2`, there was a bit of trouble, where it would alert on `from pkg_ok import foo2` -- since all the `pkg_ok.foo<n>` modules were missing, I guess the analysis didn't make any assumptions on whether `foo2` is a module or a regular attribute.
2 lines
47 B
Plaintext
2 lines
47 B
Plaintext
semmle-extractor-options: --max-import-depth=2
|