vscode-yard icon indicating copy to clipboard operation
vscode-yard copied to clipboard

Don't document methods with malformed parameters

Open pavlitsky opened this issue 6 years ago • 1 comments

Add basic validation for method's parameters. If they're invalid then don't document either entire method or only skip its parameters.

Bad params examples:

def foo(bar, baz qux)
end
def foo ; end

pavlitsky avatar Oct 18 '18 17:10 pavlitsky