mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
MaD: Use "namespace" instead "package" in shared code.
This commit is contained in:
@@ -54,5 +54,5 @@ extensible predicate neutralModel(
|
||||
module Extensions implements SharedMaD::ExtensionsSig {
|
||||
import ExternalFlowExtensions
|
||||
|
||||
predicate packageGrouping(string group, string package) { none() }
|
||||
predicate namespaceGrouping(string group, string namespace) { none() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user