mirror of
https://github.com/github/codeql.git
synced 2026-02-23 10:23:41 +01:00
Rust: Remove MacroCallTargetStats from rust/diagnostic/database-quality.
This commit is contained in:
@@ -12,8 +12,6 @@ import codeql.util.Unit
|
||||
private predicate diagnostic(string msg, float value, float threshold) {
|
||||
CallTargetStatsReport::percentageOfOk(msg, value) and threshold = 50
|
||||
or
|
||||
MacroCallTargetStatsReport::percentageOfOk(msg, value) and threshold = 50
|
||||
or
|
||||
ExprTypeStatsReport::percentageOfOk(msg, value) and threshold = 20
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user