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:
@@ -19,6 +19,5 @@ where
|
||||
assgn = p.getVariable().getAnAccess() and
|
||||
assgn.isLValue()
|
||||
select p,
|
||||
"This parameter is reassigned $@, " +
|
||||
"which may prevent optimization because the surrounding function " +
|
||||
"uses the arguments object.", assgn, "here"
|
||||
"This parameter $@, " + "which may prevent optimization because the surrounding function " +
|
||||
"uses the arguments object.", assgn, "is reassigned"
|
||||
|
||||
Reference in New Issue
Block a user