Skip to content

Commit 3c60f52

Browse files
atorralbaerik-krogh
andcommitted
Update ql/ql/src/queries/style/AndroidIdPrefix.ql
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent c230c9f commit 3c60f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/AndroidIdPrefix.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ql
1212
/** Holds if `t` transitively imports an Android module. */
1313
predicate importsAndroidModule(TopLevel t) {
1414
t.getFile() =
15-
any(YAML::QLPack pack | pack.getExtractor() = "java").getADependency*().getAFileInPack() and
15+
any(YAML::QLPack pack | pack.getADependency*().getExtractor() = "java").getAFileInPack() and
1616
exists(Import i | t.getAnImport() = i |
1717
i.getImportString().toLowerCase().matches("%android%")
1818
or

0 commit comments

Comments
 (0)