C++: Minor edits

This commit is contained in:
Calum Grant
2024-11-01 16:55:48 +00:00
parent f6776a4249
commit a53e1dec20
11 changed files with 14 additions and 29 deletions

View File

@@ -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
}