- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7
Open
Description
Params order
YARD/MismatchName cop adds a missing @param at the bottom of the doc.
It is better if it could add it to the place where other @param is defined.
it would be cool to have an DirectivesOrder cop that puts all directives to the specified order all the time including ordering the @param as they appear in method signature.
Default param type
It would be also good to better guess the type of the added parameter from its default value:
# @param [Boolean] html
# instead of
# @param [Object] html
def columns(html: false)
endThanks for all the hard work!
Metadata
Metadata
Assignees
Labels
No labels