mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -18,4 +18,4 @@ where
|
||||
vd1.getBindingPattern().getAVariable() = v and
|
||||
vd2.getBindingPattern().getAVariable() = v and
|
||||
i < j
|
||||
select vd2, "Variable " + v.getName() + " has already been declared $@.", vd1, "here"
|
||||
select vd2, "Variable " + v.getName() + " has already $@.", vd1, "been previously declared"
|
||||
|
||||
Reference in New Issue
Block a user