update {rb/js/java}/unused-parameter to match python

This commit is contained in:
erik-krogh
2022-08-11 15:01:21 +02:00
parent 698ccd8850
commit b471a401cc
3 changed files with 3 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ import semmle.code.java.deadcode.DeadCode
from RootdefCallable c
where not c.whitelisted()
select c.unusedParameter() as p, "The parameter " + p + " is unused."
select c.unusedParameter() as p, "The parameter '" + c + "' is never used."