fix some more style-guide violations in the alert-messages

This commit is contained in:
erik-krogh
2022-10-07 11:22:22 +02:00
parent 5f740a5598
commit 368f84785b
127 changed files with 1297 additions and 1282 deletions

View File

@@ -34,6 +34,5 @@ where
not exists(ExternalGlobalDecl egd | egd.getName() = f.getName()) and
// don't flag if the invocation could refer to a property introduced by `with`
not exists(WithStmt with | with.mayAffect(invk.getCallee()))
select invk,
"'" + f.getName() + "' references an undeclared global variable, " +
"not the variable exported $@.", export, "here"
select invk, "'" + f.getName() + "' references an undeclared global variable, " + "not $@.", export,
"the variable of the same name that is exported"