Closed dharkness closed 8 years ago
/cc @zxqfox
@zxqfox I would love to work on this bug. Can could guide me on how to take this one?
@kepta It's a rule requireDescriptionCompleteSentence
https://github.com/jscs-dev/jscs-jsdoc/issues?utf8=✓&q=is%3Aissue+requireDescriptionCompleteSentence
The problem here that this rule based on regular expressions. I know this is not the best thing here but don't see any better solution atm.
Would be great if you'll tackle this. I'm even agree if you'll find some good library for that. I'm really confused atm how this rule should work internally.
Btw, we have another rules that close to this problem:
Probably we just should move out this rule to separate package with independent release cycle and spec.
This function description is being flagged erroneously. The preceding line does indeed end in a period. Perhaps it's getting tripped up by the HTML?
This happens when separating paragraphs using
<p>
as well. The suggestion in another issue to strip out HTML would solve it.