mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -44,4 +44,4 @@ predicate escaping_capturing_looping_construct(CallableExpr capturing, AstNode l
|
||||
|
||||
from CallableExpr capturing, AstNode loop, Variable var
|
||||
where escaping_capturing_looping_construct(capturing, loop, var)
|
||||
select capturing, "Capture of loop variable '$@'", loop, var.getId()
|
||||
select capturing, "Capture of loop variable $@.", loop, var.getId()
|
||||
|
||||
Reference in New Issue
Block a user