DrString icon indicating copy to clipboard operation
DrString copied to clipboard

Parameter label mistakenly used as parameter name is not detected

Open dduan opened this issue 5 years ago • 0 comments

A common-ish mistake for docstring author is to use the label of a parameter as opposed to the actual name. The error message in this scenario could be improved. Right now the parameter docstring is reported as missing. It could be something like "Parameter label (X) is used instead of name (Y)".

dduan avatar Feb 08 '20 00:02 dduan