jscs-dev / jscs-jsdoc

JsDoc validation rules for jscs
MIT License
99 stars 35 forks source link

requireDescriptionCompleteSentence: Doesn't recognize sentence ending with parenthesis #157

Closed marian-r closed 8 years ago

marian-r commented 8 years ago

Doesn't recognize valid sentence with parentheses at the end before the dot. It seems as it fails with any non word character.

28 | * Checks for false positives (null) and false negatives (functions).
------------------------------------------------------------------------^
qfox commented 8 years ago

Thanks for report. Please, try v1.2.0, it should be fixed already.

marian-r commented 8 years ago

Yes, it's fixed. Thanks! I tried it as a standalone plugin, but when can I expect jscs itself to load the new version of this jsDoc rule?

qfox commented 8 years ago

@marian-r We planning to ship it in few days or weeks. Thanks! ;-)

marian-r commented 8 years ago

Great :+1: