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

@@ -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."