update @description of js/suspicious-method-name-declaration

This commit is contained in:
Erik Krogh Kristensen
2019-10-04 11:40:33 +02:00
parent 712a337bdd
commit c8d60c9e2a

View File

@@ -1,7 +1,7 @@
/**
* @name Suspicious method name declaration
* @description Declaring a class or interface method with a special name may cause a normal
* named method to be declared when a special type was expected.
* @description A method declaration with a name that would be a special keyword in another
* context is suspicious.
* @kind problem
* @problem.severity warning
* @id js/suspicious-method-name-declaration