Skip to content

Commit c8d60c9

Browse files
committed
update @description of js/suspicious-method-name-declaration
1 parent 712a337 commit c8d60c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Declarations/SuspiciousMethodNameDeclaration.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Suspicious method name declaration
3-
* @description Declaring a class or interface method with a special name may cause a normal
4-
* named method to be declared when a special type was expected.
3+
* @description A method declaration with a name that would be a special keyword in another
4+
* context is suspicious.
55
* @kind problem
66
* @problem.severity warning
77
* @id js/suspicious-method-name-declaration

0 commit comments

Comments
 (0)