mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Dataflow: Use default fieldFlowBranchLimit in qltests.
This commit is contained in:
@@ -14,8 +14,6 @@ module ArrayFlowConfig implements DataFlow::ConfigSig {
|
||||
mc.getAnArgument() = sink.asExpr()
|
||||
)
|
||||
}
|
||||
|
||||
int fieldFlowBranchLimit() { result = 100 }
|
||||
}
|
||||
|
||||
module ArrayFlow = DataFlow::Global<ArrayFlowConfig>;
|
||||
|
||||
@@ -18,8 +18,6 @@ module TypesConfig implements DataFlow::ConfigSig {
|
||||
mc.getAnArgument() = sink.asExpr()
|
||||
)
|
||||
}
|
||||
|
||||
int fieldFlowBranchLimit() { result = 1000 }
|
||||
}
|
||||
|
||||
import ValueFlowTest<TypesConfig>
|
||||
|
||||
Reference in New Issue
Block a user