mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
update {rb/js/java}/unused-parameter to match python
This commit is contained in:
@@ -13,4 +13,4 @@ import UnusedParameter
|
||||
|
||||
from Parameter p
|
||||
where isAnAccidentallyUnusedParameter(p)
|
||||
select p, "Unused parameter " + p.getAVariable().getName() + "."
|
||||
select p, "The parameter '" + p.getVariable().getName() + "' is never used."
|
||||
|
||||
Reference in New Issue
Block a user