mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -43,4 +43,4 @@ where
|
||||
not initialized_as_local(p) and
|
||||
not template_attribute(p) and
|
||||
not_a_global(p)
|
||||
select p, "This use of place-holder variable '" + p.getId() + "' may be undefined"
|
||||
select p, "This use of place-holder variable '" + p.getId() + "' may be undefined."
|
||||
|
||||
Reference in New Issue
Block a user