mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Dataflow: Use default fieldFlowBranchLimit in qltests.
This commit is contained in:
@@ -61,8 +61,6 @@ module DefaultFlowConfig implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node source) { defaultSource(source) }
|
||||
|
||||
predicate isSink(DataFlow::Node sink) { defaultSink(sink) }
|
||||
|
||||
int fieldFlowBranchLimit() { result = 1000 }
|
||||
}
|
||||
|
||||
module NoFlowConfig implements DataFlow::ConfigSig {
|
||||
|
||||
Reference in New Issue
Block a user