mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
C++: Minor edits
This commit is contained in:
@@ -215,7 +215,7 @@ module CppMetrics {
|
||||
SucceededIncludeCount() {
|
||||
exists(Include i |
|
||||
i.getIncludeText() = include_text and
|
||||
exists(i.getFile().getRelativePath()) // Only report includes from the repo
|
||||
exists(i.getFile().getRelativePath()) // Only report includes from the repo
|
||||
) and
|
||||
this = "Successfully included " + include_text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user