Skip to content

require-description-complete-sentence tries to capitalize variable names in @return #65

@cscott

Description

@cscott

For example:

 	 * @return {Object}
-	 *   @return {any} return.value
-	 *   @return {boolean} return.modified If the value of the attribute changed since we parsed the wikitext
-	 *   @return {boolean} return.fromsrc Whether we got the value from source-based roundtripping
+	 *   @return {any} Return.value.
+	 *   @return {boolean} Return.modified If the value of the attribute changed since we parsed the wikitext.
+	 *   @return {boolean} Return.fromsrc Whether we got the value from source-based roundtripping.
 	 */

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions