We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501848b commit fa23d9cCopy full SHA for fa23d9c
swift/ql/test/library-tests/dataflow/taint/core/Taint.qll
@@ -13,8 +13,6 @@ module TestConfiguration implements DataFlow::ConfigSig {
13
sinkCall.getAnArgument().getExpr() = sink.asExpr()
14
)
15
}
16
-
17
- //override int explorationLimit() { result = 100 }
18
19
20
module TestFlow = TaintTracking::Global<TestConfiguration>;
0 commit comments